Question

Use the Matlab command c =poly(A) to find the characteristic polynomial of A.The result gives us a vector whose entries are the coefficients of the characteristic polynomial. For instance, if

the characteristic polynomial were \lambda^{3}+2 \lambda^{2}+3 then the result would be c =1 2 0 3.

Question image 1Question image 2Question image 3Question image 4