Eigenvalues of a linear transformation (Matrix)

Iconate
Messages
20
Reaction score
0

Homework Statement


Let T: M22 -> M22 be defined by
T<br /> <br /> \[ \left( \begin{array}{cc}<br /> a &amp; b \\<br /> c &amp; d \\<br /> \end{array} \right)\] <br /> <br />=
<br /> <br /> \[ \left( \begin{array}{cc}<br /> 2c &amp; a+c \\<br /> b-2c &amp; d \\<br /> \end{array} \right)\] <br /> <br />

Find the eigenvectors of T



The Attempt at a Solution



My main question is, Which matrix am I using to compute my eigenvectors?
Do I need to compute a basis first?

Where this problem differs from my other questions is that I am no longer producing a matrix from my basis vectors which I use to create [T]B

Any insight would be great, thanks.
 
Physics news on Phys.org
M22 is a four dimensional vector space, right? A basis is e1=[[1,0],[0,0]], e2=[[0,1],[0,0]], e3=[[0,0],[1,0]] and e4=[[0,0],[0,1]], right? So T must be a 4x4 matrix in that basis, yes? Can you write out what it is in the {e1,e2,e3,e4} basis?
 
Yeah I did that, do I find the eigenvectors with each of their matricies?, normally id put my basis vectors INTO a matrix, but I have matricies, i figure they have to go somewhre, just don't know where
 
I'm not sure I understand that. Just pretend [[a,b],[c,d]] is a 4 vector, [a,b,c,d]. T maps it to another 4 vector [2c,a+c,b-2c,d]. The fact they write these vectors as matrices is just a technicality.
 
I figured it out. I have to write T[e1] as a linear combination of the basis vectors.

Ex. T(e1) = [[0,1],[0,0]] = 0*e1 + 1*e2 + 0*e3 + 0*e4
= (0,1,0,0)

And Now i have my vector! Computing this for all ei's will create my matrix P.
 
Iconate said:
I figured it out. I have to write T[e1] as a linear combination of the basis vectors.

Ex. T(e1) = [[0,1],[0,0]] = 0*e1 + 1*e2 + 0*e3 + 0*e4
= (0,1,0,0)

And Now i have my vector! Computing this for all ei's will create my matrix P.

Exactly.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top