Solving Subspace Spanning Homework in R^4 w/ 6,7,1,s

  • Thread starter Thread starter ak123456
  • Start date Start date
  • Tags Tags
    Subspace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ak123456
Messages
50
Reaction score
0

Homework Statement


for each s belongs to R determine whether the vector y is in the subspace of R^4 spanned by the columns of A where
y=6
7
1
s


A= 1 3 2
-1 -2 1
3 8 1
4 9 3

(sorry for that , because i don't know how to use a BIG bracket)

Homework Equations





The Attempt at a Solution


Can i use the Gaussian process?
 
Physics news on Phys.org
The question you're trying to answer is whether y = c1*(column 1 of A) + c2*(column 2 of A) + c3*(column 3 of A) for some scalars c1, c2, and c3. Set up an augmented matrix with this information and use row reduction (I believ this is also called Gaussian elimination) to find out.
 
Mark44 said:
The question you're trying to answer is whether y = c1*(column 1 of A) + c2*(column 2 of A) + c3*(column 3 of A) for some scalars c1, c2, and c3. Set up an augmented matrix with this information and use row reduction (I believ this is also called Gaussian elimination) to find out.

solved , thx