calculating eigenspaces

$\begingroup$

how do you calculate eigenspaces?

$\endgroup$ 1

2 Answers

$\begingroup$

You can find the Eigenspace (the space generated by the eigenvector(s)) corresponding to each Eigenvalue by finding the kernel of the matrix $A-\lambda I$. This is equivalent to solving $(A-\lambda I)x=0$ for $x$.

In your case:

For $\lambda =1$ the eigenvectors are $(1,0,2)$ and $(0,1,-3)$ and the eigenspace is $gen\{(1,0,2);(0,1,-3)\}$ For $\lambda =2$ the eigenvector is $(0,-2,5)$ and the eigenspace is $gen\{(0,-2,5)\}$

$\endgroup$ $\begingroup$

Denote $A$ your matrix. To find the eigenspace of $\lambda$ solve for $X=(x,y,z)^T$ the equation $$AX=\lambda X$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like