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 M
22, they will necessarily be linearly independent. If you show that they are linearly independent, they will necessarily have to span M
22. 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*M
1 + b*M
2 + c*M
3 + d*M
4 = 0, where the M
is 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 M
22, you'll be solving the equation a*M
1 + b*M
2 + c*M
3 + d*M
4 = A, where A is an arbitrary 2 x 2 matrix.
tua96426 said:
Any help on this would be appreciated.