Vectors

Vector: Any object that can be added together and multiplied by scalars. Examples of ‘vectors’:

$$ a = \begin{bmatrix}1 \\2 \\3 \\\end{bmatrix} \in \mathbb{R}^3 $$


Matrices

Matrices are systems of vectors. Properties of matrices:

$$ \forall A \in \mathbb{R}^{m \times n} : I_m A = A I_n = A $$

Additionally, matrices have features of Inverses and Transposes:

Properties of Inverses and Transposes: