Lower triangular matrix eigenvectors problem

eherrtelle59
Messages
25
Reaction score
0
Ok, this is starting to come back to me, but I'm stuck again

Homework Statement




M=\begin{bmatrix}
(1-\frac{4}{3}) & 0 \\
-\frac{c}{3} & -c \\
\end{bmatrix}


Find eigenvectors and eigenvalues.

Homework Equations





The Attempt at a Solution



Eigenvalues are λ_1= (1-\frac{4}{3})>0 and λ_2=-c>0

Eigenvector for λ_2 is <0 1>
For λ_1, I should get &lt;(\frac{c}{3}-1) (\frac{4}{3})&gt;

However, I end up with (without writing out the matrix again, just giving the equation mind you)

-c*e_2 = e_1 - \frac{4}{3}*e_1 +\frac{c}{3}*e_1

This is -c*e_2 = (1-c)*e_1which gets an eigenvector of something like <(1-c) c>

Anyone see my error? Thanks
 
Physics news on Phys.org
The clearly negative eigenvalue being allegedly positive is the first thing that struck me as odd, but not really a big deal in the grand scheme of things

I don't understand what you did to get that equation (the left hand side looks like Me2, and the right hand side is completely unclear to me where it came from, but the fact that you have a scaling of e1= a scaling of e2 seems pretty suspicious), or what you are claiming the eigenvector for the first eigenvalue is since it only has one entry as written - is it supposed to be ( (c/3-1), 4/3)?
 
"The clearly negative eigenvalue being allegedly positive is the first thing that struck me as odd, but not really a big deal in the grand scheme of things"

That's a typo on my part. λ_2 should be negative i.e. -c<0

"is it supposed to be ( (c/3-1), 4/3)?"

Yes

To show explicitly what I did, using the standard eigenvector equation with v_i instead of e_i


\begin{bmatrix}
(1-(4/3)c) & 0 \\
-c/3 & -c \\
\end{bmatrix} *\begin{bmatrix}
v_1 \\
v_2 \\
\end{bmatrix}

= \begin{bmatrix}
(1-4c/3)*v_1 \\
(1-4c/3)*v_1\\
\end{bmatrix}

When you multiply this matrices (as sort of shown...latex skills withstanding) then you get the equation I've written previously.
 
"but the fact that you have a scaling of e1= a scaling of e2 seems pretty suspicious"

When finding eigenvectors I always get equations like this.
 
I'm sorry everyone, that should be multiply by

\begin{pmatrix}
(1-4c/3)v_1\\
(1-4c/3)v_2\\
\end{pmatrix}
which does indeed give the right answer,

(c/3)*v_1 = (c/3 -1)*v_2

Sorry for wasting everyone's time, I've finally got it now. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top