Solveeit Logo

Question

Question: Let a square matrix A of order 3 be the zero of the polynomial f (x) = x³ - 5x² + 7x - 6. If l = Tr(...

Let a square matrix A of order 3 be the zero of the polynomial f (x) = x³ - 5x² + 7x - 6. If l = Tr(A) and m = det. (A) then (l + m) equals

A

5

B

-2

C

11

D

18

Answer

11

Explanation

Solution

The matrix A satisfies the equation A35A2+7A6I=0A^3 - 5A^2 + 7A - 6I = 0. By the Cayley-Hamilton theorem, a matrix satisfies its characteristic equation. For a 3x3 matrix A, the characteristic equation is λ3Tr(A)λ2+(sum of principal minors of order 2)λdet(A)=0\lambda^3 - \text{Tr}(A)\lambda^2 + (\text{sum of principal minors of order 2})\lambda - \det(A) = 0. Comparing the given polynomial equation satisfied by A with the Cayley-Hamilton equation, we identify the coefficients. The coefficient of A2A^2 gives Tr(A)=5-\text{Tr}(A) = -5, so Tr(A)=5\text{Tr}(A) = 5. The constant term gives det(A)I=6I-\det(A)I = -6I, so det(A)=6\det(A) = 6. Given l=Tr(A)l = \text{Tr}(A) and m=det(A)m = \det(A), we have l=5l=5 and m=6m=6. Therefore, l+m=5+6=11l+m = 5+6=11.