12. The Inverse of a Matrix
Dated: 17-04-2025
Inverse of a Square Matrix
If \(A, C\) and \(I\) are matrices
1 of order
1 \(n \times n\) then \(C\) is called the multiplicative inverse
of \(A\) if
Invertible Matrices
\(A\) is called an invertible matrix
if its multiplicative inverse exists.
Uniqueness
This shows that inverse is unique.
It is denoted by \(A^{-1}\)
A non-invertible may be called a singular matrix
1 sometimes but an invertible is called a non singular matrix
.1
The notation \(A^{-1}\)
Example
Theorem
If \(A\) is a matrix
1 such that
Adjoint of \(A\)
and \(\text{det}(A) = 0\) then \(A\) is a non invertible matrix, otherwise, it is an invertible matrix and
Theorem
- If \(A^{-1}\) exists then \((A^{-1})^{-1} = A\) also exists.
- If \(A\) and \(B\) are invertible matrices of
order
1 \(n \times n\) then \((AB)^{-1} = B^{-1}A^{-1}\). - If \(A^{-1}\) exists then \((A^T)^{-1} = (A^{-1})^T\).
\(\(((A_1)(A_2)(A_3)…(A_n))^{-1} = A_n^{-1} A_{n-1}^{-1} … A_3^{-1} A_2^{-1} A_1^{-1}\)\)
Theorem
If \(A\) is invertible matrix and \(n \in \mathbb W\) then
- \(A^n\) is also an invertible matrix and \((A^n)^{-1} = A^{-n} = (A^{-1})^n\).
- \(kA\) is also an invertible matrix where \(k \neq 0\) and \((kA)^{-1} = k^{-1}A^{-1}\).
Elementary Matrices
It is a matrix
1 which results by applying a single elementary row operation
2 to an identity matrix
.1
Example
Theorem
If \(A\) is an identity matrix
1 of order
1 \(n \times n\) and \(E\) is an elementary matrix which results after performing a row operation
2 then \(EA\) results into a matrix
1 which can be produced by performing the same row operation
1 on \(A\).
Theorem
An elementary matrix is invertible matrix and the inverse is also an elementary matrix.
Theorem
The steps of row operations
2 which transform \(A\) to \(I_n\) also transform \(I_n\) to \(A^{-1}\).
Algorithm to Find \(A^{-1}\)
If \(\begin{bmatrix}A & I\end{bmatrix}\) is an augmented matrix
2 and \(A \sim I\) then \(\begin{bmatrix}A & I\end{bmatrix} \sim \begin{bmatrix}I & A^{-1}\end{bmatrix}\). Otherwise, \(A^{-1}\) doesn't exist.
References
Read more about notations and symbols.