Question
Mathematics Question on Matrices
Let R=x 0 00y000z be a non-zero 3×3 matrix, where
x=sinθ,y=sin(θ+32π),z=sin(θ+34π)
and θ=0,2π,π,23π,2π. For a square matrix M, let trace(M) denote the sum of all the diagonal entries of M. Then, among the statements:
- Trace(R)=0
- If trace(adj(adj(R)))=0, then R has exactly one non-zero entry.
Which of the following is true?
A
Only(I) is true
B
Only (II) is true
C
Neither (I) nor (II) is true
D
Both (I) and (II) are true
Answer
Only(I) is true
Explanation
Solution
Calculate the trace of R: Since x+y+z=sinθ+sin(θ+32π)+sin(θ+34π)=0, we have:
trace(R)=x+y+z=0.
Thus, statement (I) is true.
Examine statement (II): adj(R)=yz 0 00xz000xy. Therefore,
adj(adj(R))=x2yz 0 00xy2z000xyz2.
The trace of adj(adj(R)) is xyz(x+y+z)=0, even if R has more than one non-zero entry.
Thus, statement (II) is false.