If , then verify that A2 + A = A(A + I), where I is 3 × 3 unit matrix.

We are given with matrix A, such that


We need to verify A2 + A = A(A + I).


Take L.H.S: A2 + A.


Solve for A2.


A2 = A.A



Multiply 1st row of matrix A by matching members of 1st column of matrix A, then sum them up.


(1, 0, -1)(1, 2, 0) = (1 × 1) + (0 × 2) + (-1 × 0)


(1, 0, -1)(1, 2, 0) = 1 + 0 + 0


(1, 0, -1)(1, 2, 0) = 1



Similarly, repeat steps to fill for the other elements.





Now, add A2 and A,





Take R.H.S: A(A + I)


First, let us solve for (A + I).





Multiply (A + I) from A.






Since, L.H.S = R.H.S.


Thus, (A2 + A) = A(A + I).


26