User what is vector and what is vector addition and substraction?

 


In physics and mathematics, a vector is a quantity that has both magnitude and direction. It can represent various physical quantities such as displacement, velocity, acceleration, force, and more.


Vector addition is the process of combining two or more vectors to obtain a resultant vector. This is done by aligning the vectors head to tail and then drawing a vector from the tail of the first vector to the head of the last vector. The resultant vector is the vector that connects the initial point of the first vector to the final point of the last vector.


Vector subtraction, on the other hand, involves finding the difference between two vectors. This is achieved by reversing the direction of the vector to be subtracted and then adding it to the other vector using the same rules as vector addition.


Both vector addition and subtraction obey the commutative and associative properties, and they can be represented geometrically using the parallelogram law or analytically using vector components. These operations are fundamental in analyzing and solving problems involving quantities with both magnitude and direction.




Comments

Popular posts from this blog

Adding constants to numpy array?