0

If $A$ is a diagonal matrix of order $3\times3$ is commutative with every square matrix of order $3\times3$ under multiplication and $trace(A) =12$, then the value of $|A|$ is :

Could someone give me hint to get through this problem

H.P. Das
  • 805

2 Answers2

4

Note that commuting with any square matrix implies (for example shown in the answers to this question)$$A=\begin{pmatrix}a&0&0\\0&a&0\\0&0&a\end{pmatrix}.$$

I think you can take it from here.

MooS
  • 31,390
2

The only matrices of order $\;\ge2\;$ that commute with any other matrix of the same order are the scalar ones, so

$$A=kI\implies 12=Tr(A)=3k\implies k=4\implies \det A=4^3=64$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287