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

  • Thread starter Thread starter ak123456
  • Start date Start date
  • Tags Tags
    Subspace
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
 
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