Proving matrices are subspaces

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
15 replies · 3K views
Clandry
Messages
74
Reaction score
0
Hi, I was wondering if someone could check my work for this linear algebra problem. I have attached the problem statement in the file "problem" and my work in the file "work." I would type out my work on here, but I couldn't figure out how to put matrices in a post so I just took a pic of my work.


I only attached the work for proving S is a subspace.

I basically checked the 3 conditions my professor gave me to determine if something is a subspace. They are (with respect to my problem):
1. Is the 0 vector in S?
2. If U and V are in S, is U+V in S?
3. If V is in S, then is cV in S for some scalar c?


I feel like I made this problem too complicated. It took me a whole page to just prove S is a subspace.

Can someone verify if that's accurate?
Is there a faster way to do it or a way that takes up less paper?
 

Attachments

  • Problem.png
    Problem.png
    5.8 KB · Views: 532
  • Work.jpg
    Work.jpg
    19.6 KB · Views: 496
Physics news on Phys.org
You messed up your V matrix, it's not a member of S at all. Likewise your proof that U+V is a member of S is not correct, as it clearly is not.

But the proof is on the right tracks otherwise. I'd write a bit less text in the obvious parts, but otherwise you're covering it well.
 
Crap! Stupid mistake.
Should've been in the form
u -u
v w
instead of
u -v
v w
Changing this would make my answer correct.

Also for part b) Describe all matrices in S+T. What is it asking?
Do I just add S+T
Giving
x+a -x+b
y-a z+c
where a, b, c, x, y, z are in R.
S+T includes all matrices of the above form.

Is that what it's asking?
 
Clandry said:
Also for part b) Describe all matrices in S+T. What is it asking?
Do I just add S+T
Giving
x+a -x+b
y-a z+c
where a, b, c, x, y, z are in R.
S+T includes all matrices of the above form.

Is that what it's asking?

The more interesting answer would be if you found out if there are some limitations to the matrices S+T. That is, if you can express any 2 by 2 matrix M in the form M=S+T, or only some subset of them.
 
Hmm I'm not quite sure how to do that, but not all 2x2 matrices can be written in the form of S+T. This is because the 1st (x+a) and 2nd element (-x+b) are both dependent on x. The 1st and 3rd element are both dependent on the value of a.
 
Do you think I would be sufficiently answer the question by saying every matrix in S+T is of the form:

x+a -x+b
y-a z+c
 
I don't know what else I could add.
I guess I could say that -a=b when x=0
and -x=y when a=0.
 
Clandry said:
I don't know what else I could add.
I guess I could say that -a=b when x=0
and -x=y when a=0.

Is there any kind of matrix that you are not able to represent in the form S+T? And yeah, it might be useful to reduce your variables slightly. For example, you can see that z and c are completely redundant, so you can freely set one of them to zero. After that you have 5 variables and 4 matrix elements, so maybe set one more to zero to equalize the numbers. Does it matter which one you choose?
 
clamtrox said:
Is there any kind of matrix that you are not able to represent in the form S+T? And yeah, it might be useful to reduce your variables slightly. For example, you can see that z and c are completely redundant, so you can freely set one of them to zero. After that you have 5 variables and 4 matrix elements, so maybe set one more to zero to equalize the numbers. Does it matter which one you choose?

Why are z and c redundant?
 
Look at it this way. Let ##P = \begin{bmatrix} p_{11} & p_{12} \\ p_{21} & p_{22} \end{bmatrix}##. Can you find x, y, z, a, b, and c such that
$$\begin{bmatrix} x & -x \\ y & z\end{bmatrix} + \begin{bmatrix} a & -a \\ b & c \end{bmatrix} = \begin{bmatrix} p_{11} & p_{12} \\ p_{21} & p_{22} \end{bmatrix}$$ Note that this implies that ##z+c = p_{22}##. What clamtrox means is you can satisfy this condition by setting, say, z=0 and c=p22.
 
vela said:
Look at it this way. Let ##P = \begin{bmatrix} p_{11} & p_{12} \\ p_{21} & p_{22} \end{bmatrix}##. Can you find x, y, z, a, b, and c such that
$$\begin{bmatrix} x & -x \\ y & z\end{bmatrix} + \begin{bmatrix} a & -a \\ b & c \end{bmatrix} = \begin{bmatrix} p_{11} & p_{12} \\ p_{21} & p_{22} \end{bmatrix}$$ Note that this implies that ##z+c = p_{22}##. What clamtrox means is you can satisfy this condition by setting, say, z=0 and c=p22.
I think the 2nd matrix you have is not the form of T.So if i have the below:
x+a -x+b
y-a z+c

I'll set x=0, z=0, y=0
This gives:
a b
-a z+c

the 1st and 3rd element are opposites of each other. So I don't think S+T represents all 2x2 matrices.
 
Hmm, I don't think I can represent all 2x2 matrices though because if i set x=z=y=0 then this gives:
a b
-a z+c

the 1st and 3rd element are opposites of each other. So I don't think S+T represents all 2x2 matrices.
 
Clandry said:
Hmm, I don't think I can represent all 2x2 matrices though because if i set x=z=y=0 then this gives:
a b
-a z+c

the 1st and 3rd element are opposites of each other. So I don't think S+T represents all 2x2 matrices.

Then don't set x=y=z=0! Why on Earth would you make such a choice anyway? That's like choosing S to only contain the zero matrix.

What we said is that you have 6 degrees of freedom, and need only 4 to represent an arbitrary 2x2 matrix. Now if you get rid of 3 of them, that leaves you with 6-3=3<4, which is not enough. If you get rid of 2 of them, then you have 6-2 = 4, which is just right. You still don't have a free choice though! For example, if you choose z=c=0, then you obviously can't represent all 2x2 matrices, since one of the components is always zero.