Given that A is a square matrix, I is the identity matrix of the same order, and A2=I.
To find: (A−I)3+(A+I)3−3A
Expanding (A−I)3:
(A−I)3=A3−3A2I+3AI2−I3
Since AI=IA=A, I2=I, and I3=I:
(A−I)3=A3−3A2+3A−I
Expanding (A+I)3:
(A+I)3=A3+3A2I+3AI2+I3
(A+I)3=A3+3A2+3A+I
Adding both expansions:
(A−I)3+(A+I)3=(A3−3A2+3A−I)+(A3+3A2+3A+I)
=2A3+6A
Substituting into the original expression:
(A−I)3+(A+I)3−3A=2A3+6A−3A
=2A3+3A
Using the condition A2=I:
A3=A×A2
=A×I
=A
Therefore:
2A3+3A=2A+3A
=5A
The answer is 5A.