Given the matrix
P=[1223],
we want to find P2−4P−I, where I is the identity matrix:
I=[1001].
Calculate {P2}
P2=P×P=[1223]×[1223]=[58813].
Calculate {4P}
4P=4×[1223]=[48812]
Calculate {P2−4P}
P2−4P=[58813]−[48812]=[5−48−88−813−12]=[1001]
Calculate {P2−4P−I}
P2−4P−I=[1001]−[1001]=[0000]
Thus, the result of P2−4P−I is
[0000]