Lily@pie
- 108
- 0
Hi!
Given augmented matrix
x y z | 0
0 l k | 1
0 w b | 9
x is non zero
Find the conditions that involve x,y,z,l,k,w,b so system is 100% has an unique solution.
2. The attempt at a solution
I know that for unique solution, there must be no free variable and no row [ 0 0 0|a ], a=nonzero
I've tried a few ways.
(I) As there must be no free variables, each row must have a leading entry. Hence I reduce it to
x y z | 0
0 1 k/l | 3/l
0 0 b-(wk/l) | 4-(3w/p)
According to this, b-(wk/l) /= 0
However, this condition doesn't include x,y and z.
(II) I also derived a condition to produce an identity matrix for the coefficient matrix.
x=l=b=1
y=z=k=w=0
This is the only condition i get that involves all the unknown.
(III) The last idea I have in mind is to reduce the whole matrix to it's reduced row echelon form. However, the unknowns will be all in the constant matrix when the coefficient matrix is reduced to the identity matrix. It's weird ><
Thanks SO SO much
Homework Statement
Given augmented matrix
x y z | 0
0 l k | 1
0 w b | 9
x is non zero
Find the conditions that involve x,y,z,l,k,w,b so system is 100% has an unique solution.
2. The attempt at a solution
I know that for unique solution, there must be no free variable and no row [ 0 0 0|a ], a=nonzero
I've tried a few ways.
(I) As there must be no free variables, each row must have a leading entry. Hence I reduce it to
x y z | 0
0 1 k/l | 3/l
0 0 b-(wk/l) | 4-(3w/p)
According to this, b-(wk/l) /= 0
However, this condition doesn't include x,y and z.
(II) I also derived a condition to produce an identity matrix for the coefficient matrix.
x=l=b=1
y=z=k=w=0
This is the only condition i get that involves all the unknown.
(III) The last idea I have in mind is to reduce the whole matrix to it's reduced row echelon form. However, the unknowns will be all in the constant matrix when the coefficient matrix is reduced to the identity matrix. It's weird ><
Thanks SO SO much