SOLUTION: which condition must be placed on a,b,c, so that the system
x+2y-3z=a
2x+6y-11z=b
x-2y+7z=c
is consistent ? can the system have unique solution.
Algebra ->
College
-> Linear Algebra
-> SOLUTION: which condition must be placed on a,b,c, so that the system
x+2y-3z=a
2x+6y-11z=b
x-2y+7z=c
is consistent ? can the system have unique solution.
Log On
Question 1042313: which condition must be placed on a,b,c, so that the system
x+2y-3z=a
2x+6y-11z=b
x-2y+7z=c
is consistent ? can the system have unique solution. Answer by Edwin McCravy(20054) (Show Source):
You can put this solution on YOUR website! which condition must be placed on a,b,c, so that the system
x+2y-3z=a
2x+6y-11z=b
x-2y+7z=c
is consistent ? can the system have unique solution.
-2R1+1R2->R2
-1R1+1R3->R3
2R2+1R3->R3
To be consistent, since all the elements
but the last one on the bottom row are 0,
the last one must be 0 also:
Or if you prefer c = 5a-2b
There will only be a unique solution if a=b=c=0
and that unique solution will be (x,y,z) = (0,0,0)
Edwin