Eigenvalues of a linear transformation (Matrix)

Click For Summary

Homework Help Overview

The problem involves finding the eigenvectors of a linear transformation T defined on the space of 2x2 matrices, M22. The transformation is expressed in terms of matrix operations, and participants are exploring how to represent this transformation in a suitable basis.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the appropriate matrix representation for computing eigenvectors and question whether a basis needs to be established first. There is also a consideration of how to express the transformation in terms of a chosen basis.

Discussion Status

Some participants have made progress in understanding how to express the transformation T in terms of the basis vectors. There is a recognition of the need to express the output of T applied to the basis vectors as linear combinations of those basis vectors to form a matrix representation.

Contextual Notes

There is some ambiguity regarding the dimensionality of the vector space M22 and how to transition from matrix representations to vector representations for the purpose of finding eigenvectors. Participants are navigating these concepts without a clear consensus on the best approach.

Iconate
Messages
20
Reaction score
0

Homework Statement


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

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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
6
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
4K