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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top