Unit: Vectors

Lesson Preview

The easiest way to think about a vector is just a column of numbers. For example:

v=[12];v=[123];v=[v1v2vn],v1,...,vnR\vec{v} = \begin{bmatrix} 1 \\ 2 \\ \end{bmatrix} \, ; \, \vec{v} = \begin{bmatrix} 1\\ 2 \\ 3 \end{bmatrix} \, ; \, \vec{v} = \begin{bmatrix} v_1 \\ v_2 \\ \cdot \\ \cdot \\ \cdot \\ v_n \end{bmatrix} \, , \, v_1, ..., v_n \in \mathbb{R}

defines three different vectors. The number of entries / rows in the column is the dimension of the vector. We denote vectors by putting a little arrow on top of them e.g. v\vec{v} above.

When the dimension of the vector is 2, we can visualize it nicely on the Cartesian plane. Consider the vector:

v=[xy]\vec{v} = \begin{bmatrix} x \\ y \\ \end{bmatrix}

Then:

...

... continued in the full lesson.

Ready to Start Learning?

Sign up now to access the full Vector Introduction (R^2 and R^n) lesson and our entire curriculum!