Thread Closed

Given augmented matrix [A|0]: -->RREF -->x=?

 
Share Thread Thread Tools
May4-08, 01:31 PM   #1
 

Given augmented matrix [A|0]: -->RREF -->x=?


I started with:
|0 1 0|0|
|0-3 1|0|
|0 0 2|0|
--->RREF--->
|0 1 0|0|
|0 0 1|0|
|0 0 0|0|
The RREF is correct according to solution manual, but
the solution manual says that the vector x =
|1|
|0|
|0|

I think I understand why x_3 and x_2 =0, But I don't understand why x_1 =1.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
May4-08, 01:42 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
After have the "RREF" what do you do with it?

what that tells you is that solving Ax= 0 is the same as solving
[tex]\left[\begin{array}{ccc}0 & 1 & 0 \\ 0 & 0 & 1\\ 0 & 0 & 0 \end{array}\right]\left[\begin{array}{c}x \\ y \\ z\end{array}\right]= \left[\begin{array}{c}0 \\ 0 \\ 0\end{array}\right][/tex]

which is the same as solving the equations 0x+ 1y+ 0z= 0, 0x+ 0y+ 1z= 0, 0x+ 0y+ 0z= 0.
Obviously the first equation tells you that y must be 0. The second equation tells you that z= 0. The third equation doesn't tell you anything!

So how do you know that x= 1? You don't! In fact, x can be anything and <x, 0, 0> would still satisfy that equation. The solution is any multiple of <1, 0, 0>. The "solution space" is the vector space spanned by <1, 0, 0>. In fact, you could use <x, 0, 0> for any x but '1' happens to be a nice easy number.
 
May4-08, 01:50 PM   #3
 
Thanks for your help HallsofIvy, I misinterpreted the solution.
 
Thread Closed
Thread Tools


Similar Threads for: Given augmented matrix [A|0]: -->RREF -->x=?
Thread Forum Replies
Give the ranks of both the matrix of coefficients and the augmented Linear & Abstract Algebra 1
Augmented Matrices Precalculus Mathematics Homework 3
Why would the rref(A) * x still be 0 when A * x is 0? Calculus & Beyond Homework 4
Basic Augmented Matrix Problem Calculus & Beyond Homework 1
Rref? Linear & Abstract Algebra 1