Finding the eigenvectors in triangular matrices

Click For Summary
SUMMARY

The discussion focuses on determining eigenvectors and eigenvalues for diagonal and triangular matrices. For the diagonal matrix M = \begin{bmatrix} 1 & 0 \\ 0 & x \end{bmatrix}, the eigenvalues are λ_1 = 1 and λ_2 = x, with corresponding eigenvectors e_1 = (1, 0) and e_2 = (0, 1). In the triangular matrix M = \begin{bmatrix} -1 & -1 \\ 0 & x - (1/4) \end{bmatrix}, the eigenvalue λ_1 = -1 corresponds to eigenvector e_1 = (1, 0), while λ_2 = x - (1/4) leads to the eigenvector e_2 = (-1, x + (3/4)).

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with diagonal and triangular matrices
  • Basic knowledge of linear algebra concepts
  • Ability to manipulate matrix equations
NEXT STEPS
  • Study the properties of eigenvalues in triangular matrices
  • Learn how to compute eigenvectors for non-diagonalizable matrices
  • Explore the implications of eigenvalues in system stability analysis
  • Investigate the relationship between eigenvalues and matrix determinants
USEFUL FOR

Students in linear algebra courses, educators teaching matrix theory, and anyone seeking to deepen their understanding of eigenvalues and eigenvectors in mathematical contexts.

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.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K