Linear Algebra: How to represent this transformation as a matrix?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
zeion
Messages
455
Reaction score
1

Homework Statement



Find the spectrum of the given linear operator T on V and find an eigenvector of T corresponding to each eigenvalue.

[tex] <br /> V = R_{2x2}, T (\begin{bmatrix}a_{11}&a_{12}\\a_{21}&a_{22} \end{bmatrix}) = \begin{bmatrix}-2a_{11}-a_{12}&a_{11}\\a_{21}&2a_{22} \end{bmatrix}<br /> [/tex]

Homework Equations


The Attempt at a Solution



I'm confused about how to write the columns and rows of the transformation matrix.. do I do this:

[tex]\begin{bmatrix}-2&-1&0&0\\1&0&0&0\\0&0&1&0\\0&0&0&2 \end{bmatrix} <br /> <br /> [/tex]

Or the transposed? Or something else?

When I tried to get the spectrum (eigenvalues?) of this matrix I get {1, 2, -2} but the answer is {1,-1,2}, which doesn't work with the characteristic polynomial..
 
Physics news on Phys.org
That's one way to write the matrix. Though to be absolutely clear you should say which columns correspond to which basis vector. But I get eigenvalues {1,-1,2} for your matrix. Maybe just check your eigenvalue calculation.