Eigenvalues, Eigenspaces, and Basis

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Basis Eigenvalues
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
1 reply · 3K views
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



Find the eigen values, eigenspaces of the following matrix and also determine a basis for each eigen space for A = [1, 2; 3, 4]

Homework Equations



[itex]\det(\mathbf{A} - \lambda\mathbf{I}) = 0[/itex]

The Attempt at a Solution



OK, so I found the eigenvalues and eigenspaces just fine. For eigen values I found [itex]\lambda_{1,2} = -0.372, 5.372}[/itex] which matches the answer in text. I also found that e1 = [-1.457, 1]T and e2 = [0.4575, 1]T which is also correct.

It is this "basis" thing that I am not understanding. Please keep in mind this is an engineering advanced math methods course, so though I do know about matrix operations, I am by no means a linear algebra wizard over here.

Upon looking up the definition of a basis, it seems that it is just a set of linearly independent (LI) vectors that can be used to write all of the other vectors in that particular set in terms of (i.e. as linear combinations of). OK great. So a set {u1, u2} in a vector space S is a basis for S iff u1 and u2 are LI. And apparently the set needs to "span S" too (still working on what that means).

So I guess what my big question is, is what is my S for which I am trying to find basises (spelling?) for? How do I start this?
 
Last edited:
Physics news on Phys.org
So, if I understand correctly, there is an eigenvector [tex]e_1[/tex] associated with [tex]\lambda_1[/tex].
You've only found 1 vector associated with [tex]\lambda_1[/tex]. There are more eigenvectors (which together make up the eigenspace), namely all multiples of the vector. Thus the eigenspace is

[tex]E_1=\{\alpha e_1~\vert~\alpha\in \mathbb{R}\}[/tex]

A basis for this space is just a linearly independent set which generates [tex]E_1[/tex]. Right now, you've already found a vector which generates [tex]E_1[/tex], that is: [tex]e_1[/tex] generates the space. Thus this vector is a basis: the basis of [tex]E_1[/tex] is thus [tex]\{e_1\}[/tex].