Understanding Eigenvectors and Eigenvalues in Linear Algebra

Click For Summary
SUMMARY

This discussion focuses on the concept of eigenvectors and eigenvalues in linear algebra, specifically analyzing the eigenvectors of the matrix 4 1; 0 0. The participants confirm that both -1; 4 and 1; -4 are valid eigenvectors corresponding to the eigenvalue 0. The discussion emphasizes that any scalar multiple of an eigenvector is also an eigenvector, reinforcing the principle that linear combinations of eigenvectors yield additional eigenvectors.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly eigenvectors and eigenvalues.
  • Familiarity with matrix multiplication and its properties.
  • Knowledge of scalar multiplication in vector spaces.
  • Ability to apply the eigenvector definition: if v is an eigenvector of A, then Av = λv.
NEXT STEPS
  • Study the properties of eigenvalues and eigenvectors in greater detail.
  • Learn how to compute eigenvalues and eigenvectors for different types of matrices.
  • Explore the applications of eigenvectors in various fields such as physics and engineering.
  • Investigate the concept of linear combinations of eigenvectors and their implications in vector spaces.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone interested in the applications of eigenvectors and eigenvalues in real-world scenarios.

TheSpaceGuy
Messages
25
Reaction score
0
I am trying to get an eigenvector for the following matrix, I am up to the final step.
4 1
0 0

I got it to be
-1
4

is this the same as
1
-4



sorry I am pretty new to linear algebra.
 
Physics news on Phys.org
TheSpaceGuy said:
I am trying to get an eigenvector for the following matrix, I am up to the final step.
4 1
0 0

I got it to be
-1
4

is this the same as
1
-4
sorry I am pretty new to linear algebra.

Of course, they aren't the same vector. But if x is an eigenvector then c*x is also an eigenvector for any constant c. In your example the c is (-1). Both of those are fine eigenvectors.
 
As Dick said, any scalar multiple of an eigenvector is an eigenvector- in fact, any linear combination of eigenvectors is an eigenvector.

Of course, a good way to check if any vector is any eigenvector is to use the definition of "eigenvector". If v is an eigenvector of A, corresponding to eigenvalue \lambda, then Av= \lambda v.

Here,
\begin{bmatrix}4 & 1 \\ 0 & 0\end{bmatrix}\begin{bmatrix}-1 \\ 4\end{bmatrix}= \begin{bmatrix}-4+ 4 \\ 0\end{bmatrix}= \begin{bmatrix}0 \\ 0\end{bmatrix}= 0\begin{bmatrix}-1 \\ 4\end{bmatrix}
and
\begin{bmatrix}4 & 1 \\ 0 & 0\end{bmatrix}\begin{bmatrix} 1 \\ -4\end{bmatrix}= \begin{bmatrix}4- 4 \\ \end{bmatrix}= \begin{bmatrix}0 \\ 0 \end{bmatrix}= 0\begin{bmatrix}1 \\ -4\end{bmatrix}

So these are both eigenvectors corresponding to eigenvalue 0.
 
Last edited by a moderator:
Thanks to the both of you. That really clears things up for me!
 

Similar threads

Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K