Question
Question: For a $3 \times 3$ invertible matrix $A$ satisfying the characteristic equation $A^3+pA^2+qA-rI_3=0$...
For a 3×3 invertible matrix A satisfying the characteristic equation A3+pA2+qA−rI3=0, which of the following is/are true [Here tr(A)=trace of matrix A, det(A)=determinant value of matrix A]

A
p = -tr(A)
B
q = \frac{(tr(A))^2 - tr(A^2)}{2}
C
r = det(A)
D
A^{-1} = \frac{-2(A - tr(A) I_3)}{(tr(A))^2 - tr(A^2)}
Answer
p = -tr(A), q = \frac{(tr(A))^2 - tr(A^2)}{2}, r = det(A)
Explanation
Solution
Using the Cayley–Hamilton theorem for a 3×3 matrix A, its characteristic polynomial is
χA(λ)=λ3−(trA)λ2+qλ−detA.By Cayley–Hamilton, A3−(trA)A2+qA−(detA)I3=0.
- Comparing with A3+pA2+qA−rI3=0 gives
- p=−trA.
- The coefficient q equals the sum of principal 2×2 minors of A, which satisfies q=2(trA)2−tr(A2).
- The constant term r equals detA.
- One can also solve for A−1 from the CH relation: 0=A3−(trA)A2+qA−det(A)I3⟹A−1=detAA2−(trA)A+qI3, which is not the form given in option D. Hence D is false.