Question
Question: If \({I_3}\) is the identity matrix of order \(3\), then \({\left( {{I_3}} \right)^{ - 1}}\) is A....
If I3 is the identity matrix of order 3, then (I3)−1 is
A. 0
B. 3I3
C. I3
D. Not necessarily exists.
Solution
We begin by writing the identity matrix of order 3 and then find its determinant to check if the inverse exists or not. Next, find the cofactors of I3. Use the cofactors to write the adjoint of the given matrix. Next, determine the inverse by using the formula, A−1=∣A∣Adj(A).
Complete step by step solution:
We will first write the identity matrix of order 3.
{I_3} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
0&1&0 \\\
0&0&1
\end{array}} \right]
We will find the inverse of the above matrix.
We shall now find the determinant of the above matrix to check if the inverse exists or not.
We will expand the determinant along the first row of the given matrix.
∣I3∣=1(1−0)−0(0−0)+0(0−0) ⇒∣I3∣=1
Since, the determinant is non-zero, the inverse of the matrix exists.
Now, we will find the cofactors of I3
aij=(−1)i+j(Minor of aij)
a11=(−1)1+1(1−0)=1
a12=(−1)1+2(0−0)=0
a13=(−1)1+3(0−0)=0
a21=(−1)1+2(0−0)=0
a22=(−1)2+2(1−0)=1
a23=(−1)3+2(0−0)=0
a31=(−1)1+3(0−0)=0
a32=(−1)3+2(0−0)=0
a33=(−1)3+3(1−0)=1
Now, we will write the co-factors in a matrix which will be the adjoint of the matrix.
Adj\left( {{I_3}} \right) = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
0&1&0 \\\
0&0&1
\end{array}} \right]
Now, we know that the inverse of the matrix is ∣A∣Adj(A)
On substituting the values of determinant and adjoint of I3, we will get,
{\left( {{I_3}} \right)^{ - 1}} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
0&1&0 \\\
0&0&1
\end{array}} \right] = {I_3}
Hence, option C is correct.
Note:
If the determinant is zero, then we say the matrix is a singular matrix and its inverse does not exist and if the determinant is zero, then the matrix is a non-singular matrix. Also, the inverse of any identity matrix of any order is the same as the identity matrix of that order.