Salick Academy

Vectors and Matrices I

No calculator

Try each one on paper first, then check a single step. That is worth far more than reading a finished solution.

Example 1 — vector between two points

AA is the point (1,2)(1,2) and BB is the point (4,6)(4,6). Find AB\overrightarrow{AB} and its magnitude.

Example 2 — multiplying two matrices

Given A=(2134)A = \begin{pmatrix} 2 & 1 \\ 3 & 4 \end{pmatrix} and B=(1502)B = \begin{pmatrix} 1 & 5 \\ 0 & 2 \end{pmatrix}, find ABAB.

Example 3 — combining vectors

Given a=(23)\mathbf{a} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} and b=(51)\mathbf{b} = \begin{pmatrix} 5 \\ -1 \end{pmatrix}, find 2ab2\mathbf{a} - \mathbf{b}.