Linear Transformation of Matrix

h4v0k
Messages
10
Reaction score
0

Homework Statement



Let A_{2x2} have all entries=1 and let T: M_{2x2}\rightarrowM_{2x2} be the linear transformation defined by T(B)=AB for all B\inM_{2x2}

Find the matrix C=[T]s,s, where S is the standard basis for M_{2x2}

My solution:

Standard basis for M_{2x2}={(1,0),(0,1)}
T(1,0)=(1,1)
T(0,1)=(1,1)
[T]s,s=(1,1;1,1)

I'm not sure how correct this is. Any advice would be appreciated.
 
Physics news on Phys.org
Still confused on this one
 
h4v0k said:
Still confused on this one

The standard basis for M_2x2 is four matrices [[1,0],[0,0]], [[0,1],[0,0]], [[0,0],[1,0]] and [[0,0],[0,1]]. You can express any other matrix as a linear sum of those. Now take a look at the problem again.
 
Doesn't this still produce the same vector?
 
h4v0k said:
Doesn't this still produce the same vector?

What vector? What is A times the first basis matrix?
 
Sorry, the same matrix

A times first basis matrix is

[[1,0][0,0]]
then
[[0,0][1,0]], [[0,1][0,0]], and [[0,0][0,1]]
 
h4v0k said:
Sorry, the same matrix

A times first basis matrix is

[[1,0][0,0]]
then
[[0,0][1,0]], [[0,1][0,0]], and [[0,0][0,1]]

[[1,1],[1,1]]*[[1,0],[0,0]] isn't equal to [[1,0],[0,0]].
 
It appears it isn't

[[1,0][1,0]]

then

[[0,1][0,1]], [[1,0][1,0]], and [[0,1][0,1]]
 
h4v0k said:
It appears it isn't

[[1,0][1,0]]

then

[[0,1][0,1]], [[1,0][1,0]], and [[0,1][0,1]]

Ok, so work on what the matrix C should be. It should be 4x4 since you have four basis elements.
 
  • #10
Would this be

[[1,0,0,1],[1,0,0,1],[1,0,0,1],[1,0,0,1]]?
 
  • #11
h4v0k said:
Would this be

[[1,0,0,1],[1,0,0,1],[1,0,0,1],[1,0,0,1]]?

It would depend on which column represents which basis element. You should spell that out. But no I don't think that's it. How did you conclude that?
 
Back
Top