A matrix is an array of numbers:
This matrix has 2 rows and 3 columns.
An
A square matrix with dimensions
A zero matrix, or null matrix, is denoted by
The identity matrix has a 1 for each element of the main diagonal (top left to bottom right, and a zero everywhere else). It is denoted by
The element in the
The transpose of a matrix
When adding (or subtracting) matrices, corresponding elements are added or subtracted. Matrices must be of the same dimension to be added or subtracted.
When a matrix is multiplied by a scalar, each element is multiplied by the scalar.
Two matrices
To find the element in row
For
Matrix multiplication is generally associative; that is, a multiple product
Matrix multiplication is not generally commutative; that is,
An identity is an operand that produces no change for a given operation.
A matrix can be thought of as a function that transforms a point. An inverse matrix can therefore be thought of as an inverse function / transformation that 'undoes' the matrix multiplication.
The determinant of a matrix determines where it has an inverse. The determinant of a matrix
If
If
Properties of the determinant include:
The inverse of a
The inverse of
The inverse matrix is used to 'undo' matrix multiplication. Matrix multiplication is not generally commutative, so care must be taken to multiply both sides of an equation on the right side.
For example, to find
The inverse of a product consists of the product of the inverses of the individual matrices, but in the opposite order[1]:
The determinant of a
The inverse of a
Where
Another method to find the inverse of a
Footnote on inverse of a product of matrices
The reason