Describe the Gaussian elimination method for solving a system of equations
Give the equation for the inverse of a 2x2 matrix

Describe an adjudicate matrix, adj(A), for a 2x2 matrix
adj(A) is given by swapping the diagonal elements and multiplying the antidiagonal elements by -1
State the requirement necessary for a matrix to be invertible
A matrix A is invertible only if det(A) ≠ 0
Describe the transpose, T, of a matrix
The transpose of a matrix is such that all rows and columns are swapped