Linear Algebra
Vectors
A vector defines both a direction and magnitude. The coordinates of a vector are a pair of numbers that basically give instructions for how to get from the tail of that vector at the origin, to its tip.

Two vectors are the same if they have the same magnitude and direction.
The zero vector, denoted by a boldface , is the vector of zero length. Since it has no length, it is not pointing in any particular direction. There is only one vector of zero length, so we can speak of the zero vector.
To distinguish vectors from points, the convention is to write this pair of numbers vertically with square brackets around them.
Vector Addition
Given two vectors and , we form their sum , as follows. We translate the vector until its tail coincides with the head of . (Recall such translation does not change a vector.) Then, the directed line segment from the tail of to the head of is the vector .

Commutative: order does not matter ->
a+b = b+a
Associative:
(a+b)+c = a+(b+c)
Scalar multiplication

Scalar multiplications satisfies many of the same properties as the usual multiplication.
(distributive law, form 1)
(distributive law, form 2)
1
(−1)
In the last formula, the zero on the left is the number 0, while the zero on the right is the vector 0, which is the unique vector whose length is zero.
If �=�� for some scalar �, then we say that the vectors � and � are parallel. If � is negative, some people say that � and � are anti-parallel, but we will not use that language.
Last updated
Was this helpful?