Question
Question: If we have a diagonal matrix \[A=diag\left( a,b,c \right)=\left[ \begin{matrix} a & 0 & 0 \\\ ...
If we have a diagonal matrix A=diag(a,b,c)=a 0 0 0b000c such that abc=0 then A−1=diag(a1,b1,c1)=a1 0 0 0b1000c1.
Solution
We are given a matrix A and we are asked to find the inverse of A. We know that A−1 is given as A−1=∣A∣Adj(A). So, we will first find the determinant of A. We will expand along row 1 and we will find the determinant of A. Then to find the Adj (A) we will find the cofactor for each position once we have the cofactor, we get Adj (A), then put the value in A−1=∣A∣Adj(A) to get the inverse of A.
Complete step-by-step solution:
We are given a matrix A as a 0 0 0b000c. We are asked to find the inverse of this matrix A. We are clearly seen that our matrix A is a diagonal matrix. We know that the inverse of any matrix is given as
A−1=∣A∣Adj(A)
So, we will first find the determinant of A.