Can Four Specific 2x2 Matrices Span M22?

  • Thread starter Thread starter tua96426
  • Start date Start date
tua96426
Messages
7
Reaction score
0

Homework Statement


Is M22 spanned by the following 2x2 matrices:

[1,1;0,1]
[0,1;1,0]
[1,0;1,1]
[0,-1;1,0]

semi colon means start of new row.


Homework Equations





The Attempt at a Solution


Is this essentially asking me to check if the given matrices form a spanning set? So are we checking for linear independence? Or are we saying that ok let's pick an arbitrary 2x2 [a,b;c,d] and see if we can come up with a formula for a b c and d in terms of 4 scalars?

I checked for linear independence, and turns out that these 4 matrices are not linearly independent. If they were than after row reduction, I should have gotten I.

Any help on this would be appreciated.
 
Physics news on Phys.org
tua96426 said:

Homework Statement


Is M22 spanned by the following 2x2 matrices:

[1,1;0,1]
[0,1;1,0]
[1,0;1,1]
[0,-1;1,0]

semi colon means start of new row.


Homework Equations





The Attempt at a Solution


Is this essentially asking me to check if the given matrices form a spanning set?
Yes, that's exactly what it's asking.
tua96426 said:
So are we checking for linear independence? Or are we saying that ok let's pick an arbitrary 2x2 [a,b;c,d] and see if we can come up with a formula for a b c and d in terms of 4 scalars?
If the four matrices span M22, they will necessarily be linearly independent. If you show that they are linearly independent, they will necessarily have to span M22. Either condition implies the other in this problem.

tua96426 said:
I checked for linear independence, and turns out that these 4 matrices are not linearly independent. If they were than after row reduction, I should have gotten I.
I haven't checked that the four matrices are linearly independent, so I can't say. I don't understand what it is that you row reduced, or how it is that something should have reduced to the identity matrix.

If you checked linear independence you would be solving the equation a*M1 + b*M2 + c*M3 + d*M4 = 0, where the Mis are your four matrices, and where 0 is the 2 x 2 zero matrix. If the matrices are linearly independent there will be just one solution for the constants; namely, a = b = c = d = 0. If the matrices are linearly dependent, there will be multiple solutions for the constants.

If you check to see whether the matrices span M22, you'll be solving the equation a*M1 + b*M2 + c*M3 + d*M4 = A, where A is an arbitrary 2 x 2 matrix.
tua96426 said:
Any help on this would be appreciated.
 
Thanks Mark.
I didn't know how to describe the matrix that I was row reducing.. but yea that's exactly what I meant.
Thanks a lot, it cleared a lot of ambiguities.

-Sudhi
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top