If A,B are two square matrices of order n and A and B commute (K be a real number), then which of the following is correct
A−KI,B−KI commute
Given the matrices A,B commute, then AB=BA ⋯(1)
Now, (A−kI)(B−kI)=AB−k(A+B)+k2I [Since I2=I]
=BA−k(B+A)+k2I
[Since A+B=B+A from(1)]=(B−kI)(A−kI)
So the matrices (A−kI),(B−kI) commute.
Also A−KI and B−KI need not be equal.