-1
$\begingroup$

Is the identity matrix \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} and its scalar multiples always commutative?

I would greatly appreciate it if people could please clarify this.

2 Answers 2

1

The identity matrix commutes with all matrices since $IM = MI = M$. Now, numbers can be shifted around as you please, so that if $K = rI$, we have that $KM - MK = r(IM - MI) = 0$.

  • 0
    And multiples of the identity matrix are also commutative?2017-02-21
  • 1
    Every matrix is a multiple of the identity matrix, so no.2017-02-21
  • 2
    @AJY I think it means a scalar multiple, in which case yes2017-02-21
  • 0
    @Daminark Yes, I meant scalar multiples of the identity matrix. Thanks.2017-02-21
0

Yes, and you can write any matrix as an addition of elementary matrices.