This document defines common matrix notation and operations. It discusses that a matrix A with m rows and n columns has entries aij. The columns of A are vectors that form the matrix. Matrix addition and scalar multiplication are defined element-wise. Matrix multiplication is defined as the product of the columns of the first matrix with the rows of the second. Properties of matrix addition, multiplication and transposition are provided.