Vectors are a way of notating directed line segments, that is, a line with direction between two points in some space. We will be demonstrating vectors in R2 (Introduction to Number Sets).
fig 1.1
Notation
The vectors in the diagram above can be notated in several ways. Traditionally a vector is named with a single letter and is usually bold and underlined, although one or the other will usually suffice. For example:
a=OA
The value of a is usually displayed as a vector such as [2,3], this is its row vector form. Alternatively, a has a column vector form ⎣⎢⎡23⎦⎥⎤. The first number denotes how far the vector travels in the x axis and the second, how far it travels in the y axis.
Addition
Adding vectors together is as simple as adding their components: