-Eigenvectors and Eigenvalues (311.5.5.15)

  • Context: MHB 
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Eigenvalues
Click For Summary
SUMMARY

This discussion focuses on finding a basis for the eigenspace corresponding to the eigenvalue λ = -5 for the matrix A = [[-4, 1, 1], [2, -3, 2], [3, 3, -2]]. The correct steps involve calculating the matrix A + 5I, which simplifies to [[1, 1, 1], [2, 2, 2], [3, 3, 3]]. The resulting system of equations leads to the single equation x + y + z = 0, from which a basis for the eigenspace is derived as the vectors [[-1], [1], [0]] and [[-1], [0], [1]]. This confirms the correctness of the calculations and the identification of the eigenspace.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix operations, specifically addition and multiplication
  • Knowledge of solving systems of linear equations
  • Basic concepts of linear algebra, particularly eigenspaces
NEXT STEPS
  • Study the process of finding eigenvalues and eigenvectors in depth
  • Learn about the geometric interpretation of eigenspaces
  • Explore the application of eigenvalues in differential equations
  • Investigate the use of eigenvalues in Principal Component Analysis (PCA)
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as data scientists and engineers applying linear algebra concepts in machine learning and data analysis.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Find a basis for eigenspace corresponding to the listed eigenvalue:
just seeing if these first steps are correct

$$\begin{align*}
A_{15}&=\left[
\begin{array}{rrr} -4&1&1\\ 2&-3&2\\ 3&3&-2 \end{array}
\right],\lambda=-5&(1)\\
A-(-5)i&=\left[
\begin{array}{rrr} -4&1&1\\ 2&-3&2\\ 3&3&-2 \end{array}
\right]-
\left[
\begin{array}{rrr} -5&0&0\\ 0&-5&0\\ 0&0&-5
\end{array}\right]=&(2)\\
&=\left[
\begin{array}{rrr} 1&1&1\\ 2&2&2\\ 3&3&3 \end{array}
\right]&(3)
\end{align*}$$$$\tiny{311.05.01.15;
Linear Algebra \, and \, its \, Applications; \, David \, C Lay; \, 4th \,Edition}$$
 
Last edited:
Physics news on Phys.org
That is correct.
 
$$\begin{align*}
A_{15}&=\left[
\begin{array}{rrr} -4&1&1\\ 2&-3&2\\ 3&3&-2 \end{array}
\right],\lambda=-5&(1)\\
A-(-5)i&=\left[
\begin{array}{rrr} -4&1&1\\ 2&-3&2\\ 3&3&-2 \end{array}
\right]-
\left[
\begin{array}{rrr} -5&0&0\\ 0&-5&0\\ 0&0&-5
\end{array}\right]=&(2)\\
&=\left[
\begin{array}{rrr} 1&1&1\\ 2&2&2\\ 3&3&3 \end{array}
\right]&(3)\\ \\ \\
&=\left[\begin{array}{r}
-1\\ 1\\ 0
\end{array} \right]
\large\cdot
\left[\begin{array}{r}
-1\\ 1\\ 0
\end{array} \right]&(9)
\end{align*}$$

ok (9) is the answer but don't I know the steps between (3) and (9)

$$\tiny{311.05.01.15;
Linear Algebra \, and \, its \, Applications; \, David \, C Lay; \, 4th \,Edition}$$
 
Last edited:
karush said:
$$\begin{align*}
A-(-5)i&=\left[
\begin{array}{rrr} 1&1&1\\ 2&2&2\\ 3&3&3 \end{array}
\right]&(3)\\ \\...\\ \\
&=\left[\begin{array}{r}
-1\\ 1\\ 0
\end{array} \right]
\large\cdot
\left[\begin{array}{r}
-1\\ 1\\ 0
\end{array} \right]&(9)
\end{align*}$$

ok (9) is the answer but don't I know the steps between (3) and (9)
The eigenspace consists of the vectors $$\begin{bmatrix}x\\y\\z\end{bmatrix}$$ such that $$(A+5I)\begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}0\\0\\0\end{bmatrix}.$$ So you need to solve the system of equations $$\begin{bmatrix}1&1&1 \\ 2&2&2 \\ 3&3&3 \end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}0\\0\\0\end{bmatrix}.$$ That system reduces to the single equation $x+y+z = 0.$ To find a basis for the subspace consisting of the vectors satisfying that equation, one way would be to say that $y$ and $z$ can be arbitrary but then $x$ must satisfy $x = -y-z.$ Then $$\begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}-y-z\\y\\z\end{bmatrix} = y\begin{bmatrix}-1\\1\\0\end{bmatrix} + z\begin{bmatrix}-1\\0\\1\end{bmatrix}.$$ So one possible basis for that subspace consists of the vectors $\begin{bmatrix}-1\\1\\0\end{bmatrix}$ and $\begin{bmatrix}-1\\0\\1\end{bmatrix}$, and that is what your equation (9) ought to say.
 
Last edited:
that was a great helpI have more to post:cool:
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K