How to find eigenvectors of a matrix

  • Context: Undergrad 
  • Thread starter Thread starter iamsmooth
  • Start date Start date
  • Tags Tags
    Eigenvectors Matrix
Click For Summary
SUMMARY

This discussion focuses on the process of finding eigenvectors of a matrix, specifically using the equation (\lambda I - A)x = 0 after determining the eigenvalues. The example provided involves the matrix A = [[-6, 0.25], [7, -3]] with eigenvalues -2.5 and -6.5. The discussion emphasizes the use of Gaussian elimination to solve the resulting system of equations, ultimately leading to the eigenvectors (1, 14) for the eigenvalue -2.5. The participants clarify that eigenvectors can be scaled infinitely, leading to a subspace of solutions.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix operations and Gaussian elimination
  • Basic knowledge of linear algebra concepts
  • Ability to manipulate and solve systems of linear equations
NEXT STEPS
  • Study the process of calculating eigenvalues using the characteristic polynomial
  • Learn about the geometric interpretation of eigenvectors and their significance in transformations
  • Explore advanced techniques for finding eigenvectors in larger matrices
  • Investigate the applications of eigenvectors in fields such as data science and machine learning
USEFUL FOR

Students and professionals in mathematics, engineering, and data science who need to understand eigenvector calculations for applications in linear transformations and systems of equations.

iamsmooth
Messages
103
Reaction score
0
My textbook doesn't seem to explain it clearly enough for me to comprehend. But from what I can see, after getting the eigenvalues, you sub them back into the lambdas that are in the matrix:

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

From here, you can solve for the system of equations with Gaussian elimination. After you solved it, the eigenvector is determined by the values of each unknown, where they take the coefficient of the parameters (if present).

(quick example) So if I get a matrix and reduce it to RRE that says:

[ 1 0 2 ]
[ 0 1 3 ]
[ 0 0 0 ]

The the values are:

X3 = t
X2 = 3t
X1 = 2t

So the vectorspace I get from this is:
[ 2 ]
[ 3 ]
[ 1 ]

Or something?

This is probably way wrong. Can someone please help explain to me how to calculate eigenvectors? I need it to solve one of my problems.** I will personally send Christmas cards to anyone who helps me with understanding this (provided that you pm me your address)**
 
Last edited:
Physics news on Phys.org
Better yet, I'll post the example:

[tex] A = \left[ \begin{array}{cc} -6 & 0.25 \\ 7 & -3 \end{array} \right] = \left[ \begin{array}{cc} \lambda+6 & -0.25 \\ -7 & \lambda+3 \end{array} \right]<br /> [/tex]

[tex] \lambda^2+9\lambda+16.25[/tex]

[tex] \lambda=-2.5[/tex]

[tex] \lambda=-6.5[/tex]

From here is where I need [itex] (\lambda I - A)x = 0[/itex], which yields:

[tex] <br /> \left[ \begin{array}{cc} -2.5+6 & -0.25 \\ -7 & -2.5+3 \end{array} \right][/tex]

Now, I have tried using Gaussian elimination, but I get really screwy decimal numbers which I really don't think is right. Can someone take me through the process of calculating it and explain the steps and reasoning? I've checked online eigenvector calculators and it said the eigen vectors are:

(1, -2) for -6.25
(1, 14) for -2.25

Not sure how to get to those results (or if they're even correct).

Thanks.
 
I have always tended to go back to the definition. As iamsmooth says, [tex]A= \begin{bmatrix}-6 & .25 \\ 7 & -3\end{bmatrix}[/tex] has eigenvalues -2.5 and -6.5.

Now, the definition of "eigenvalue" is that it is a number, [itex]\lambda[/itex] such that [itex]Av= \lambda v[/itex] is satisfied by some non-zero vector v. (And, since v= 0 is obviously a solution, it there exists non-zero solutions, there must exist an infinite number of them- the set of all eigenvectors corresponding to a given eigenvector forms a subspace.)

That is, any eigenvector corresponding to eigenvalue -2.5 must satisfy
[tex]\begin{bmatrix}-6 & .25 \\ 7 & -3\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= -2.5\begin{bmatrix}x \\ y\end{bmatrix}[/tex]

[tex]\begin{bmatrix}-6x+ .25y \\ 7x- 3y\end{bmatrix}= \begin{bmatrix}-2.5x \\ -2.5y\end{bmatrix}[/itex]<br /> That gives the two equations -6x+ .25y= -2.5x and 7x- 3y= -2.5y. Adding 6x to both sides of first equation gives .25y= 3.5x or y= 14x. Adding 3y to both sides of the second equation gives 7x= .5y or, again, y= 14x. <br /> <br /> Those two equations are dependent and we cannot solve for specific values of x and y because, as I said, there exist an infinite number of eigenvectors for each eigenvalue. We can choose x to be whatever we want and solve for y, getting an eigenvector. For example, if we take x= 1, then y= 14 so <1, 14>, as iamsmooth got, is an eigenvector corresponding to eigenvalue -2.5.[/tex]
 
Last edited by a moderator:

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
5K