SOLUTION: Let T={(2,3,1),(-1,2,-1),(0,7,-1)} be a set of vectors in R3 and S=span(T) Determine S and give a basis for S which only contains elements in T. Thank you!

Algebra ->  Matrices-and-determiminant -> SOLUTION: Let T={(2,3,1),(-1,2,-1),(0,7,-1)} be a set of vectors in R3 and S=span(T) Determine S and give a basis for S which only contains elements in T. Thank you!       Log On


   



Question 1042146: Let T={(2,3,1),(-1,2,-1),(0,7,-1)} be a set of vectors in R3 and S=span(T)
Determine S and give a basis for S which only contains elements in T.
Thank you!

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
S = a(2,3,1) + b(-1,2,-1) + c(0,7,-1) where a, b, c are real numbers.
:
S = (2a,3a,a) + (-b,2b,-b) + (0,7c,-c)
:
***************************
S = (2a-b, 3a+2b+7c, a-b-c)
***************************
:
now we want to reduce the span to get our basis
:
let
(2a-b, 3a+2b+7c, a-b-c) = (0,0,0)
:
then 2a-b = 0 and b = 2a
:
substitute for b
:
(0, 7a+7c, -a-c) = (0,0,0)
:
this holds when c = -a
:
therefore,
:
a(2,3,1) + 2a(-1,2,-1) -a(0,7,-1) for any a
:
if we set a = 1, we see that
:
**************************************************************************
(0,7,-1) = (2,3,1) +2(-1,2,-1)
:
we do not need (0,7,-1) since it is a linear combination of the other two
**************************************************************************
:
therefore every vector in T can be written in the form
:
u(2,3,1) + v(-1,2,-1) = (2u-v, 3u+2v, u-v) for real u,v
:
all we need to do is show (2,3,1) and (-1,2,-1) are linearly independent
:
we do this by setting
:
(2u-v, 3u+2v, u-v) = (0,0,0) implies that u=v=0
:
note that u-v = 0 means that u=v =0