Finding Eigenvalues for a Matrix A

  • Thread starter Thread starter Lord_Sidious
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The eigenvalues of the matrix A = [3, 1, 1; 0, 5, 0; -2, 0, 7] are confirmed to be λ = 5, 5 - √2, and 5 + √2. The characteristic polynomial derived from the determinant det(A - λI) is -λ³ + 15λ² - 73λ + 115. The discussion emphasizes the importance of recognizing the structure of the matrix to simplify the calculation of eigenvalues, particularly by expanding the determinant along the second row. The correct approach involves identifying one root and using polynomial long division to find the remaining roots.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Knowledge of determinants and matrix operations
  • Experience with polynomial factorization techniques
NEXT STEPS
  • Learn how to compute eigenvalues using MATLAB or similar software
  • Study polynomial long division for solving characteristic equations
  • Explore the relationship between eigenvalues and eigenspaces
  • Investigate numerical methods for finding eigenvalues of larger matrices
USEFUL FOR

Students studying linear algebra, mathematicians working with matrix theory, and anyone interested in computational methods for eigenvalue problems.

Lord_Sidious
Messages
17
Reaction score
0

Homework Statement



Find the eigenvalues of A, when A =[3,1,1; 0,5,0; -2,0,1]


Homework Equations





The Attempt at a Solution



I took the det(A-\lambdaI)=0 and found the characteristic polynomial to be:

-\lambda^{3}+15\lambda^{2}-73\lambda+115

I couldn't figure out whole roots to the equation and wolframalpha gave me
\lambda=5, 5-√2, 5+√2

Does this seem like the right answer? I have checked and double checked the determinant. Would I still be able to find a basis for the eigenspace?
 
Physics news on Phys.org
For matrix:
$$A= \begin{bmatrix}3 & 1 & 1 \\ 0 & 5 & 0 \\ -2 & 0 & 1\end{bmatrix}$$
Here is the characteristic equation that i get:
##-λ^3+9λ^2-25λ+25=0##
 
Last edited:
Because the second column is [0, 5, 0], the polynomial should look like (5 - x)Q(x), where Q(x) is a second-degree polynomial. So it should be very easy to get its roots. Do it.
 
sharks said:
For matrix:
$$A= \begin{bmatrix}3 & 1 & 1 \\ 0 & 5 & 0 \\ -2 & 0 & 1\end{bmatrix}$$
Here is the characteristic equation that i get:
##-λ^3+9λ^2-25λ+25=0##

Sorry the matrix was $$A= \begin{bmatrix}3 & 1 & 1 \\ 0 & 5 & 0 \\ -2 & 0 & 7\end{bmatrix}$$
not 2,0,1 in the last row. That was my mistake.
 
Yes, those are the eigenvalues.
 
voko said:
Because the second column is [0, 5, 0], the polynomial should look like (5 - x)Q(x), where Q(x) is a second-degree polynomial. So it should be very easy to get its roots. Do it.
The second row is [0, 5, 0].
 
Mark44 said:
The second row is [0, 5, 0].

This is not clear from the original notation. Anyway, that does not matter for determinants so my argument holds.
 
Expand the determinant along the second row.
 
voko said:
This is not clear from the original notation.

Well, the original notation used is actually very common and can be recognized as a standard, since it is also used in popular software like MATLAB.
 
  • #10
sharks said:
Well, the original notation used is actually very common and can be recognized as a standard, since it is also used in popular software like MATLAB.

Let's put it this way: not clear for me, I always seem to forget the conventions for rows vs columns in a linear transcription. This may stem from the fact that even when working with paper and pencil, I am about equally likely to write down a matrix column after column and row after row. Let's hope this thread will leave a dent in my state of confusion :)
 
  • #11
Lord_Sidious said:
Sorry the matrix was $$A= \begin{bmatrix}3 & 1 & 1 \\ 0 & 5 & 0 \\ -2 & 0 & 7\end{bmatrix}$$
not 2,0,1 in the last row. That was my mistake.

Your characteristic equation from post #1 is correct. Now, you just need to solve it. Usually, you would start by trial and error to find one factor of the polynomial (you already know the easy one is (λ-5)) and then do long division to obtain a quadratic in the quotient, which you would then solve using the quadratic formula.
 
  • #12
sharks said:
find one factor of the polynomial (you already know the easy one is (λ-5)) and then do long division to obtain a quadratic in the quotient

The point I made in #3 is that none of this is required. By tackling the determinant along [0, 5, 0], one gets the polynomial directly in the factored form.
 

Similar threads

Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
19
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K