- Matrices are equal if they have the same dimensions and corresponding entries are equal. Two matrices can be added by adding corresponding entries, provided they have the same dimensions. A matrix can be multiplied by a scalar by multiplying each entry of the matrix by the scalar.
- Matrix multiplication is defined by multiplying the rows of the first matrix with the columns of the second. The product of matrices is only defined if the number of columns of the first equals the number of rows of the second. The identity matrix satisfies the property that when multiplied by a matrix, the original matrix is obtained.