3. Matrix Inversion
Matrix Inversion
Ex 1.
Find the inverse matrix using the formula for a \(2\times2\) matrix
Ex 2.
For the matrices
calculate the inverse matrices using the methods:
- augmenting with the identity matrix and performing Gauss-Jordan elimination,
- using the formula with cofactor matrices (adjugate matrix)
So for each matrix provide two methods of calculating the inverse matrix (if it exists).
Ex 3.
Check if the matrix
is invertible. Justify the answer (use the determinant). Could this have been noticed without calculating the determinant? What would have to happen for the matrix to be invertible?
Ex 4.
For a matrix \(A\) satisfying \(A^{2}=I\) (so-called involution), show that \(A^{-1}=A\). Give an example of a non-trivial \(2\times2\) matrix satisfying this condition (other than \(I\) and \(-I\)). How many such matrices are there?
Ex 5.
Calculate the inverse of the diagonal matrix \(D=\operatorname{diag}(2,5,-3,1)\), if it exists. Discuss the condition for the existence of an inverse for a diagonal matrix.
Ex 6.
Solve the matrix equations:
a)
b)
c)
d)