Finding the eigenvectors in triangular matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
eherrtelle59
Messages
25
Reaction score
0
I thought I would ask this in the homework section.

Homework Statement


I should be able to write down the eigenvectors and eigenvalues of diagonal and triangular matrices on sight.


M = \begin{bmatrix}
1 &0 \\[0.3em]
0 & x \\[0.3em]

\end{bmatrix}

vs.

M = \begin{bmatrix}
-1 & -1 \\[0.3em]
0 & x-(1/4) \\[0.3em]

\end{bmatrix}





Homework Equations





The Attempt at a Solution



Obviously, I can see in the diagonal matrix that eigenvalues are λ_1 =1 and λ_2 =x
Therefore, the eigenvectors are e_1= (1 0) and e_2 =(0 1)

Now for the triangular matrix: by sight, I can see λ_1 =-1 and e_1 = (1 0 )

What I cannot do is figure out (by looking at the matrix) that if λ_2=x-(1/4) then e_2 = (-1 x+(3/4) ) Any help would be much appreciated. Thanks!
 
Physics news on Phys.org
hi eherrtelle59! :smile:

(try using the X2 button just above the Reply box :wink:)
eherrtelle59 said:
What I cannot do is figure out (by looking at the matrix) that if λ2=x-(1/4) then e2 = (-1 x+(3/4) )

-1*-1 + -1*(x+3/4) = (x - 1/4)*-1

0*-1 + (x-1/4)*(x+3/4) = (x - 1/4)*(x+3/4)