This document introduces matrices and some basic matrix operations. It defines a matrix as a rectangular array of scalar quantities. It describes key matrix properties such as order, entries, transposition, addition, subtraction, and scalar multiplication. It also introduces common matrix types like identity, diagonal, triangular, symmetric, and antisymmetric matrices. Finally, it defines the matrix-vector and matrix-matrix products, noting that the order of the matrices must be compatible for the product to be defined.