Find $a,b,c$ so that $\begin{bmatrix} 0 & 1& 0 \\ 0 & 0 & 1\\ a & b & c \end{bmatrix} $ has the characteristic polynomial $-\lambda^3+4\lambda^2+5\lambda+6=0$
Answer
Lets compute the characteristic equation
\[0=\det \begin{bmatrix} -\lambda & 1& 0 \\ 0& -\lambda & 1 \\ a & b & c-\lambda \end{bmatrix} \]
\[=-\lambda \det \begin{bmatrix} -\lambda & 1 \\ b & c-\lambda \end{bmatrix}-1 \det \begin{bmatrix} 0 & 1 \\ a & c-\lambda \end{bmatrix} \]
\[=-\lambda [\lambda (\lambda-c)-b]-[-a]=-\lambda^3+c\lambda^2+b\lambda+a\]
\[=-\lambda^3+4\lambda^2+5\lambda+6.\]
Hence
\[a=6, b=5, c=4.\]
443
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 2006 views
- $3.00
Related Questions
- Given that $-6x \equiv -8 \pmod{7}$, show that $x \equiv 6 \pmod{7}$
- Question on Subspaces
- How to filter data with the appearance of a Sine wave to 'flattern' the peaks
- Find eigenvalues and eigenvectors of the matrix $\begin{pmatrix} 1 & 6 & 0 \\ 0 & 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} $
- Consider the matrix, calculate a basis of the null space and column space
- Finding values of k for different points of intersection
- Help with linear algebra HW. Please show work!
- For what values k is the system consistent?
You should offer some more for this question.