The identity matrix (I) is a square matrix with ones on the main diagonal and zeros elsewhere. In this case, it is a 2x2 matrix, so it looks like this:
$$I=\left[\begin{array}{ll}{1} & {0} \\ {0} & {1}\end{array}\right]$$
Subtracting A from I gives
Show more…