Finding eigenvectors for a given matrix

In summary, to find the eigenvectors of a given matrix, use the equation (A - λI)E = 0 and solve the resulting system of equations for each eigenvalue. The eigenvalues for the given matrix are approximately 6.24058 and 0.151, and the corresponding eigenvectors are E1(-0.9764, 0.2161) and E2(-0.2161, 0.9764). It is important to note that the decimal shift in the original attempt may have caused errors in finding the correct eigenvectors. Additionally, it is necessary to use the correct notation, as using the determinant instead of the matrix equation may result in different eigenvectors.
  • #1
cooltowns
1
0

Homework Statement


Finding Eigenvectors of the given matrix


Homework Equations



The matrix is
[itex]A=\begin{pmatrix}
5.956 & -1.284\\
-1.284&0.435
\end{pmatrix}[/itex]


The Attempt at a Solution



I have found the eigenvalues to be

[itex]\lambda _{1}=0.624001[/itex] and [itex]\lambda _{2}=0.150994[/itex]

and

[itex]A-\lambda_{1} I =\begin{pmatrix}
-0.2840 &-1.284 \\
-1.284 &-5.8050
\end{pmatrix}[/itex]

[itex]A-\lambda_{2} I =\begin{pmatrix}
5.8050 &-1.284 \\
-1.284 &0.2840
\end{pmatrix}[/itex]

where A is the given matrix, I have rounded up the values slightly.

Using wolfram online I know the eigenvectors I should get are
[itex]E_{1}(-0.9764,0.2161)[/itex] and [itex]E_{2}(-0.2161, 0.9764)[/itex]

However I can't seem to get them.

Could somone please show me how to get those eigenvectors

Thanks
 
Physics news on Phys.org
  • #2
To get the eigenvectors of a matrix A use this equation and solve the system of equations for each eigenvector:
[itex](A - \lambda_{\alpha}I)E_{\alpha} = 0 [/itex]​
 
  • #3
Assuming that 0.624001 really is an eigenvalue, then there should be an infinite number of values of x and y such that
[tex]\begin{bmatrix}5.956 & -1.284 \\ -1.284 & 0.435\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix} 0.624001x \\ 0.624001 y\end{bmatrix}[/tex]
which is the same as the pair of equations
5.956x- 1.284y= 0.624001x and -1.284x+ 0.435y= 0.624001y.
Solve either of those for y= ax and take, say, x=1 to get an eigenvector.
 
  • #4
^It is not
The eigenvalues are approximately 6.24058 and 0.151.
Probably a decimal shift to blame.
 
  • #5
jncarter said:
To get the eigenvectors of a matrix A use this equation and solve the system of equations for each eigenvector:
[itex](A - \lambda_{\alpha}I)E_{\alpha} = 0 [/itex]​

Actually shouldn't that be det(A-λI)? Then he should find the roots of that characteristic polynomial and then proceed to find the bases for the Nullspace of those eigenvalues. Each basis should be the eigenvector for whatever eigenvalue you used.
 
  • #6
jncarter said:
To get the eigenvectors of a matrix A use this equation and solve the system of equations for each eigenvector:
[itex](A - \lambda_{\alpha}I)E_{\alpha} = 0 [/itex]​

SeannyBoi71 said:
Actually shouldn't that be det(A-λI)?
No, what jncarter wrote was correct. The equation above is a matrix equation, and 0 on the right side is a vector.

The equation above implies the equation you show with the determinant. The idea is that if Mx = 0, where M is a square matrix and x is an n-vector, then |M| = 0.
SeannyBoi71 said:
Then he should find the roots of that characteristic polynomial and then proceed to find the bases for the Nullspace of those eigenvalues. Each basis should be the eigenvector for whatever eigenvalue you used.
 
Last edited:
  • #7
My bad, just never seen that notation before. Learn something new every day, hope I didn't confuse OP. Thanks for clarification.
 

FAQ: Finding eigenvectors for a given matrix

What is the purpose of finding eigenvectors for a given matrix?

The purpose of finding eigenvectors for a given matrix is to understand the behavior and properties of the matrix. Eigenvectors are special vectors that represent the direction of a linear transformation on a specific axis, and their associated eigenvalues represent the scaling factor of that transformation.

How do you find the eigenvectors for a given matrix?

To find the eigenvectors for a given matrix, you will need to solve the characteristic equation of the matrix. This equation is formed by setting the determinant of the matrix minus a scalar to zero. The solutions to this equation are the eigenvalues, and the corresponding eigenvectors can be found by plugging in each eigenvalue into the original matrix and solving the resulting system of equations.

What are the properties of eigenvectors?

Eigenvectors have the following properties:

  • They are non-zero vectors.
  • They are linearly independent from each other.
  • They can be scaled by their associated eigenvalues.
  • Their direction is preserved under linear transformations.

Why are eigenvectors important in linear algebra?

Eigenvectors are important in linear algebra because they allow us to simplify complex matrices into diagonal or triangular matrices, making it easier to understand their behavior. They also have many applications in areas such as physics, engineering, and computer science.

Can a matrix have more than one set of eigenvectors?

Yes, a matrix can have multiple sets of eigenvectors. This is because a matrix can have repeated eigenvalues, which means that there can be multiple linearly independent vectors associated with that eigenvalue. However, each set of eigenvectors will have a unique eigenvalue associated with it.

Similar threads

Replies
2
Views
746
Replies
7
Views
2K
Replies
6
Views
828
Replies
12
Views
2K
Replies
6
Views
2K
Replies
4
Views
2K
Back
Top