Questions: Quiz 8
Remaining Time: 02:19:39
Let A=[[-7, 2, 12], [-3, 0, 6], [-3, 1, 5]]. Given that λ=-1 is an eigenvalue of A, find a basis for the eigenspace of λ.
Enter your basis vectors as a list of column vectors separated by commas, for example: [1, 2, 3],[4, 5, 6], etc.
Transcript text: Quiz 8
Remaining Time: 02:19:39
Let $A=\left[\begin{array}{ccc}-7 & 2 & 12 \\ -3 & 0 & 6 \\ -3 & 1 & 5\end{array}\right]$. Given that $\lambda=-1$ is an eigenvalue of $A$. find $a$ basis for the eigenspace of $\lambda$.
Enter your basis vectors as a list of column vectors separated by commas, for example: $\left[\begin{array}{l}1 \\ 2 \\ 3\end{array}\right],\left[\begin{array}{l}4 \\ 5 \\ 6\end{array}\right]$, etc.
Solution
Solution Steps
To find a basis for the eigenspace corresponding to the eigenvalue \(\lambda = -1\), we need to solve the equation \((A - \lambda I)\mathbf{v} = \mathbf{0}\), where \(I\) is the identity matrix of the same size as \(A\). This involves computing the matrix \(A + I\), and then finding the null space of this matrix, which will give us the basis vectors for the eigenspace.