Matrices
Matrices can be described as multidimensional vectors (or vectors of vectors). Matrix multiplication can be seen as performing a mathematical function on space (as both are numerical transformations). They are symbolically represented something like this:
$$ \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} $$Types of Matrices
Identity Matrices Square Matrices Echelon Matrices Transposed Matrices