calculating eigenspaces

3,701

Solution 1

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)\}$

Solution 2

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

Share:
3,701

Related videos on Youtube

user314159
Author by

user314159

please delete me

Updated on August 01, 2022

Comments

  • user314159
    user314159 6 months

    how do you calculate eigenspaces?

    • user130512
      user130512 almost 9 years
      Find vector solutions for (A-I) = 0 and (A-2I) = 0