Determine whether the following subsets are subspaces

  • Thread starter Thread starter physicsNYC
  • Start date Start date
  • Tags Tags
    Subsets Subspaces
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
physicsNYC
Messages
2
Reaction score
0

Homework Statement



H = {(x,y,z) [tex]\in[/tex] R^3 | x + y^2 + z = 0} [tex]\subseteq[/tex] R^3

T = {A [tex]\in[/tex] M2,2 | AT = A} [tex]\subseteq[/tex] M2,2


The Attempt at a Solution



Our lecturer wasn't quite clear about how to go about this.

He talked out closed under addition and multiplication but that's about it.

Help would be greatly appreciated
 
Physics news on Phys.org
physicsNYC said:

Homework Statement



H = {(x,y,z) [tex]\in[/tex] R^3 | x + y^2 + z = 0} [tex]\subseteq[/tex] R^3

T = {A [tex]\in[/tex] M2,2 | AT = A} [tex]\subseteq[/tex] M2,2


The Attempt at a Solution



Our lecturer wasn't quite clear about how to go about this.

He talked out closed under addition and multiplication but that's about it.

Help would be greatly appreciated
This is pretty basic stuff in linear algebra, so I'm surprised that your lecturer wasn't sure how to do this. What he said, though, is pretty much what you need to do.

For your first problem, here's what you need to do:
  1. Show that the zero vector is in H.
  2. Show that if h1 and h2 are any two vectors in set H, then h1 + h2 is also in H. (Closure under vector addition)
  3. Show that if h1 is a vector in H and c is any real number, then c*h1 is in H. (Closure under scalar multiplication) Note that the first step can be accomplished by using c = 0.

For your second problem use matrices instead of vectors, but the steps are essentially the same.