how to compute determinant of this matrix?

250 Views Asked by At

Given two 3×3 matrices P and Q. Such that P is not equal to Q, P³= Q³ and P²Q = Q²P. Find det(P²+Q²)? I tried converting the qiven condition to get a relation between matrices but was stuck by the fact that matrix multiplication is not commutative and was unable to use the first relation that P³ =Q³, any ideas to solve it?

1

There are 1 best solutions below

0
On BEST ANSWER

We have $(P^2+Q^2) (P-Q) = P^3+Q^2P-P^2Q-Q^3 = P^3-Q^3 = O$.

If $P^2+Q^2$ were invertible, then $(P-Q) = (P^2+Q^2)^{-1} O = O$, a contradiction.

Therefore, $P^2+Q^2$ is not invertible, so $\det(P^2+Q^2) = 0$.