Finding the eigenvectors in triangular matrices

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)
 
eherrtelle59 said:
I thought I would ask this in the homework section.
This looks very similar to a thread you started in one of the math technical sections (https://www.physicsforums.com/showthread.php?t=602860). It's slightly different, so I'm just going to advise you that homework and homework-like questions belong here, not in the math technical section.
 
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...

Similar threads

Back
Top