Linear Transformation - The Matrix of (not so hard)

rad0786
Messages
187
Reaction score
0

Homework Statement



I have a linear map T:M(2x2) -------> M(2x2) defined by T(B) = [2 3; 4 0] * B

Find a 4 × 4 matrix representation of this linear transformation with respect to the basis of M(2×2)

Homework Equations



T(B) = [2 3; 4 0] * B


and the basis for M(2X2) is:

[1 0; 0 0]
[0 1; 0 0]
[0 0; 1 0]
[0 0; 0 1]



The Attempt at a Solution




T[1 0; 0 0] = [2 3; 4 0]*[1 0; 0 0] = [2 4; 0 0]
T[0 1; 0 0] = [2 3; 4 0]*[0 1; 0 0] = [0 0; 2 4]
T[0 0; 1 0] = [2 3; 4 0]*[0 0; 1 0] = [3 0; 0 0]
T[0 0; 0 1] = [2 3; 4 0]*[0 0; 0 1] = [0 3; 0 0]

Therefore, the matrix would be:

[2 0 3 0;
4 0 0 3;
0 2 0 0;
0 4 0 0]

Could somebody please veryify this for me.

I'd appreciate that
 
Physics news on Phys.org
As long as you put the image vectors as columns in the 4x4 matrix, and you multiplied the 2x2 matrices correctly (double check this), you should not be worrying so much.
 
Last edited:
Tom1992 said:
As long as you put the image vectors as columns in the 4x4 matrix, and you multiplied the 2x2 matrices correctly (double this), you should not be worrying so much.

Oh...

So what you are saying is that I DID my procedure correctly...and that final answer would be correct as long as my aritmatic is correct? :smile:

That makes me feel better...
 
rad0786 said:
Oh...

So what you are saying is that I DID my procedure correctly...and that final answer would be correct as long as my aritmatic is correct? :smile:

that's right but double check the products wrt to the ordered basis you have chosen.

whoa, that's it. my dad is kicking me out of the computer for making too many posts.
 
Last edited:
Ohh okay...thanks.

And that is funny lol.
 
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