Answer:
The determinant of an identity matrix is always 1.
Step-by-step explanation:
Given : An identity matrix.
We have to find the determinant of an identity matrix.
Consider an identity matrix,
Identity matrix is a matrix having entry one in its diagonal and rest all entries are zero.
Let us consider a 2 × 2 identity matrix,
![I=\left[\begin{array}{cc}1&0\\0&1\end{array}\right]](https://tex.z-dn.net/?f=I%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%260%5C%5C0%261%5Cend%7Barray%7D%5Cright%5D)
We know determinant of a 2 × 2 matrix
![I=\left[\begin{array}{cc}a&b\\c&d\end{array}\right]](https://tex.z-dn.net/?f=I%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Da%26b%5C%5Cc%26d%5Cend%7Barray%7D%5Cright%5D)
is given by
D = ad - bc
Thus, here a = 1 , b = 0 , c= 0 d= 1
Thus, D = 1 - 0 = 1
Thus, The determinant of an identity matrix is always 1.