jrcdude
- 16
- 0
Homework Statement
Show that the descriminant of the characteristic polynomial of K is greater than 0.
K=\begin{pmatrix}-k_{01}-k_{21} & k_{12}\\<br /> k_{21} & -k_{12}<br /> \end{pmatrix}<br />
And k_i > 0
Homework Equations
b^2-4ac>0
The Attempt at a Solution
I have tried the following:
<br /> \begin{pmatrix}-k_{01}-k_{21}-\lambda & k_{12}\\<br /> k_{21} & -k_{12}-\lambda<br /> \end{pmatrix}<br />
Bringing me to
\lambda^{2}+(k_{12}+k_{01}+k_{21})\lambda+k_{01}k_{12}=0
And then plugging it into discriminant form
(k_{12}+k_{01}+k_{21})^{2}-4(k_{01}k_{12})>0
But from there I don't think that is a true statement.
Any help would be appreciated, thanks.