Augmented matrices and solution sets - Please help - exam is tomorrow

stukbv
Messages
112
Reaction score
0
Basically there are 2 equations ;

x+2y+3z = 1 2x+4y+6z=2
I put them into a matrix and row reduce to get

1 2 3 | 1
0 0 0 | 0

so we can say x = 1 - 2y -3z and let y and z = 0 to get a solution is (1,0,0)
Now i need to find the nullspace to find the whole solution set;

so x + 2y + 3z = 0

Ive been told the full answer to the set of solutions is
(1,0,0)+ { a(2,-1,0) + b(-3,0,1) | a,b are in reals}

How do they get those solutions for the nullspace, i can see they have set y = 0 and z=0 to get the 2 vectors but how do you know which ones to set = 0, i.e. why couldn't i set x =0 to get a solution in the nullspace??

Thanks so much!
 
Physics news on Phys.org
stukbv said:
Basically there are 2 equations ;

x+2y+3z = 1 2x+4y+6z=2
I put them into a matrix and row reduce to get

1 2 3 | 1
0 0 0 | 0

so we can say x = 1 - 2y -3z and let y and z = 0 to get a solution is (1,0,0)

Hmm, I don't quite get why you're going to search the nullspace now. You already solved the system, that is, you know that the set of solutions is

\{(1-2a-3b,a,b)~\vert~a,b\in \mathbb{R}\}=\{(1,0,0)+a(-2,1,0)+b(-3,0,1)~\vert~a,b\in \mathbb{R}\}=(1,0,0)+\{a(-2,1,0)+b(-3,0,1)~\vert~a,b\in \mathbb{R}\}

It's not wrong to search for the nullspace, but it's a bit useless...
 
ok 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