A matrix is a set of elements organized into rows and columns. Basic matrix operations include addition, subtraction, and multiplication. A matrix can be multiplied by another matrix if the number of columns of the first equals the number of rows of the second. The determinant of a matrix is a value that is used to determine properties of the matrix such as invertibility. Cramer's rule can be used to solve systems of linear equations involving matrices.