Matrix of linear transformation from R^2 to R^{2x2}

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

Homework Statement

Find the matrix of the transformation:

[tex]T: R^{2} \rightarrow R^{2x2}[/tex]

[tex] \[<br /> T(a,b) =<br /> \left[ {\begin{array}{cc}<br /> a & 0 \\<br /> 0 & b \\<br /> \end{array} } \right]<br /> \][/tex]



Homework Equations





The Attempt at a Solution


I choose the standard bases for [tex]R^{2}[/tex] and [tex]R^{2x2}[/tex] and call them b and b' respectively.

[tex]T(1,0) = 1e_{1} + 0e_{2} + 0e_{3} + 0e_{4}[/tex]
[tex]T(0,1) = 0e_{1} + 0e_{2} + 0e_{3} + 1e_{4}[/tex]

This gives me a matrix of

[tex] \[<br /> \left[ {\begin{array}{cc}<br /> 1 & 0 \\<br /> 0 & 0 \\<br /> 0 & 0 \\<br /> 0 & 1 \\<br /> \end{array} } \right]<br /> \][/tex]

However, this doesn't work when I multiply by the column vector (a,b). I get a column vector of (a, 0, 0, b) instead of a 2x2 matrix. What's going on?
 
Physics news on Phys.org
If your R^2x2 is the subspace of all 4x4 matrices of this given form, what is its dimension? You have too many basis vectors here.
 
radou said:
If your R^2x2 is the subspace of all 4x4 matrices of this given form, what is its dimension? You have too many basis vectors here.
R^2x2 is the space of all 2x2 matrices. It has 4 basis vectors with 1 in the i,j position and zeroes everywhere else.