Solve Eigenvector Problem: Find Eigenvalues & Eigenvectors

  • Thread starter Thread starter geft
  • Start date Start date
  • Tags Tags
    Eigenvector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
geft
Messages
144
Reaction score
0

Homework Statement



Find the eigenvalues and eigenvectors of [tex]\left( \begin{array}{ccc} 2 & 0 & 0 \\ 0 & 3 & 4 \\ 1 & 1 & 0 \end{array} \right)[/tex]

Homework Equations



[tex]p(\lambda) = det(A - \lambda I) = 0[/tex]

The Attempt at a Solution



[tex]A - \lambda I = \left( \begin{array}{ccc} 2-\lambda & 0 & 0 \\ 0 & 3-\lambda & 4 \\ 1 & 1 & 0 \end{array} \right)[/tex]

[tex]det(A - \lambda I) = (2 - \lambda)(-4) + 1 = 0[/tex]

[tex]-8 + 4 \lambda + 1 = 0[/tex]

[tex]4\lambda = 7[/tex]

[tex]\lambda = \frac{4}{7}[/tex]

[tex]A - \lambda I = \left( \begin{array}{ccc} \frac{1}{4} & 0 & 0 \\ 0 & \frac{5}{7} & 4 \\ 1 & 1 & 0 \end{array} \right)[/tex]

[tex]\frac{1}{4}x_1 = 0[/tex]

[tex]\frac{5}{4}x_2 + 4x_3 = 0[/tex]

Eigenvector = [tex]\left( \begin{array}{ccc} 0 \\ 0 \\ 0 \end{array} \right)[/tex]
 
Last edited:
Physics news on Phys.org
This should be in the Calculus and Beyond section.

For your formatting problems, use [ tex ] and [ /tex ] tags (without the extra spaces I put in, instead of the inline LaTeX tags, [ itex ], you used.
 
Thanks. Should I repost this in the other section?
 
As for the problem, in your [tex]A-\lambda I[/tex] matrix, you still have a [tex]-\lambda[/tex] in the 3rd row, 3rd column entry. It isn't simply 0.
 
Pengwuino said:
As for the problem, in your [tex]A-\lambda I[/tex] matrix, you still have a [tex]-\lambda[/tex] in the 3rd row, 3rd column entry. It isn't simply 0.

Oh, you're right. Thanks!