-3

If a $n \times n$ matrix $A$ satisfies $AB = BA$ for any $n \times n$ matrix $B$, then $A$ must be of the form $cI$ where $c$ is a scalar and $I$ is the identity matrix. I tried to use the definition of matrix multiplication, but I failed. I am wondering if I should use the inverse to solve the problem, but since now, I have no idea.

GraceZ
  • 3

1 Answers1

3

Take as $B$ the $n^2$ matrices $E_{ij}$, whose elements are $1$ in position $ij$ and $0$ elsewhere.

  • Thank you very much!!! I know the solution now. I am sorry that my reputation is not enough, so I cannot change the upvote score. – GraceZ Jun 26 '17 at 16:24