-Eigenvectors and Eigenvalues (311.5.5.15)

  • MHB
  • Thread starter karush
  • Start date
  • Tags
    Eigenvalues
In summary, the eigenspace for the eigenvalue 5 corresponds to the vectors \begin{bmatrix}-1\\1\\0\end{bmatrix} and \begin{bmatrix}-1\\0\\1\end{bmatrix}.
  • #1
karush
Gold Member
MHB
3,269
5
Find a basis for eigenspace corresponding to the listed eigenvalue:
just seeing if these first steps are correct

\(\displaystyle \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
  • #2
That is correct.
 
  • #3
\(\displaystyle \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:
  • #4
karush said:
\(\displaystyle \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 \(\displaystyle \begin{bmatrix}x\\y\\z\end{bmatrix}\) such that \(\displaystyle (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:
  • #5
that was a great helpI have more to post:cool:
 

Related to -Eigenvectors and Eigenvalues (311.5.5.15)

1. What are eigenvectors and eigenvalues?

Eigenvectors and eigenvalues are mathematical concepts used in linear algebra. Eigenvectors are special vectors that, when multiplied by a square matrix, result in a scalar multiple of the original vector. Eigenvalues are the corresponding scalar multiples. They are used to understand the behavior of linear transformations and systems of linear equations.

2. How are eigenvectors and eigenvalues calculated?

Eigenvectors and eigenvalues are calculated by finding the solutions to a system of equations known as the characteristic equation. This equation is formed by taking the determinant of the original matrix minus a scalar multiple of the identity matrix. The solutions to this equation are the eigenvalues, and the corresponding eigenvectors can be found by plugging in the eigenvalues to the original matrix and solving for the corresponding vector.

3. What are the applications of eigenvectors and eigenvalues?

Eigenvectors and eigenvalues have many applications in various fields, including physics, engineering, and computer science. They are used to understand the behavior of systems, perform dimensionality reduction, and solve differential equations. In computer science, they are used in data analysis and machine learning algorithms.

4. Can a matrix have more than one eigenvalue and eigenvector?

Yes, a matrix can have multiple eigenvalues and eigenvectors. In fact, most matrices have multiple eigenvalues and corresponding eigenvectors. The number of eigenvalues and eigenvectors a matrix has is equal to its dimension. Matrices with repeated eigenvalues are called defective matrices and have fewer independent eigenvectors than the number of eigenvalues.

5. How do eigenvectors and eigenvalues relate to diagonalization?

Diagonalization is the process of transforming a matrix into a diagonal matrix, where all the entries off the main diagonal are zero. Eigenvectors and eigenvalues play a crucial role in this process. The eigenvectors of a matrix can be used to form a matrix P, and the eigenvalues can be used to form a diagonal matrix D. When P and D are used to transform the original matrix, the resulting matrix is a diagonal matrix similar to D. This is known as diagonalization.

Similar threads

  • Differential Equations
Replies
4
Views
902
  • Differential Equations
Replies
2
Views
763
  • Differential Equations
Replies
4
Views
3K
  • Differential Equations
Replies
2
Views
2K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
4
Views
1K
  • Advanced Physics Homework Help
Replies
28
Views
2K
  • Advanced Physics Homework Help
Replies
7
Views
1K
  • Differential Equations
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
2K
Back
Top