An invertible matrix, also known as a non-singular or non-degenerate matrix, is a square matrix that possesses an inverse. In simple terms, if a matrix is invertible, there exists another matrix such that when the two are multiplied, the result is an identity matrix.
This identity matrix is a special type of square matrix where all the diagonal elements are 1, and all other elements are 0. It functions much like the number 1 does in arithmetic - acting as a neutral element in multiplication.
Invertibility is an important property because it suggests that the matrix can be "undone" or reversed in some sense. If you have a matrix \(A\) and its inverse \(A^{-1}\), then \(A \times A^{-1} = I\), where \(I\) is the identity matrix, and this operation leaves the identity matrix unchanged.
- A matrix is invertible if its determinant is not zero.
- If a matrix is not invertible, it is called singular.
- For a matrix \(A\) to have an inverse, there must be a matrix \(A^{-1}\) such that \(A \times A^{-1} = A^{-1} \times A = I\).