Calculate Subspace Spanned by A in R^3 using Linear Combinations | Plane x = z

  • Thread starter Thread starter Fanta
  • Start date Start date
  • Tags Tags
    Subspace
Fanta
Messages
37
Reaction score
0
so, if I want to calculate the subspace spanned by A in:

A = {(1,0,1) , (0,1,0)} in R^{3}

c_{1}(1,0,1)+c_{2}(0,1,0) = (x,y,z)

i can make a system:

c_{1} = x

c_{2} = y

c_{1} = z

from which I can conclude that x = z, and so, the subspace spanned will be the plane given by x = z.

Is this right?
 
Physics news on Phys.org
This is half a proof. You have shown that the subspace S spanned by \{(1,0,1), (0,1,0)\} is contained in the plane P = \{(x, y, z) \in \mathbb{R}^3 : x = z \}. You also need to show that S contains P. You could do this by direct calculation, or by an argument based on dimension.
 
i see. So how would you calculate it then?
 
You showed that S \subset P by showing that if v \in S, that is, v is a linear combination of (1,0,1) and (0,1,0), then v \in P, that is, the first and third coordinates of v are equal.

Show that S \supset P by proving the reverse implication: if v \in P, that is, if the first and third coordinates of v are equal, then v \in S, that is, v is a linear combination of (1,0,1) and (0,1,0). You should be able to exhibit explicitly the coefficients in this linear combination, using the components of v.
 
got it, thanks!
 
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