Eigenspace of A for Eigenvalue 3: Basis Find

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Basis
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
roam
Messages
1,265
Reaction score
12

Homework Statement



[tex]A = \left[\begin{array}{ccccc} 2&2&-1 \\ 1&3&-1 \\ 0&2&1 \end{array}\right][/tex]

Given that [tex]\lambda = 3[/tex] is an eigenvalue of A, find a basis for the eigenspace corresponding to the eigenvalue 3.


Homework Equations





The Attempt at a Solution



Is this question asking for the corresponding eigenvector to the eigenvalue [tex]\lambda = 3[/tex] is??

I already found that the corresponding eigenvector to the eigenvalue 3 is: {1, 1, 1}

So, what do I need to write as a basis for the eigenspace corresponding to [tex]\lambda = 3[/tex] ?
 
Physics news on Phys.org
Remember, an eigenvector is defined by the property [tex]Ax = \lambda x[/tex].

However, for example, it is also true that [tex]A(3x) = \lambda (3x)[/tex]. Thus every constant multiple of your eigenvector is also an eigenvector of A. Your basis is the eigenvector.
 
roam said:

Homework Statement



[tex]A = \left[\begin{array}{ccccc} 2&2&-1 \\ 1&3&-1 \\ 0&2&1 \end{array}\right][/tex]

Given that [tex]\lambda = 3[/tex] is an eigenvalue of A, find a basis for the eigenspace corresponding to the eigenvalue 3.


Homework Equations





The Attempt at a Solution



Is this question asking for the corresponding eigenvector to the eigenvalue [tex]\lambda = 3[/tex] is??

I already found that the corresponding eigenvector to the eigenvalue 3 is: {1, 1, 1}

So, what do I need to write as a basis for the eigenspace corresponding to [tex]\lambda = 3[/tex] ?
I presume that what you found was that the equations reduce to x= z and y= z. That is, that any eigenvector can be written as, say, {x, x, x}= x{1, 1, 1}. Penguino said "Your basis is the eigenvector." I would say, rather, that the basis is the singleton set containing that vector" but I doubt the distinction is important.
 
HallsofIvy said:
I presume that what you found was that the equations reduce to x= z and y= z. That is, that any eigenvector can be written as, say, {x, x, x}= x{1, 1, 1}. Penguino said "Your basis is the eigenvector." I would say, rather, that the basis is the singleton set containing that vector" but I doubt the distinction is important.


Yes, that's right. Thanks very much :)