I have a sysem of two equations.
I am suppose to find an incosistant solution,
a uniqe solution, and many solutions, but it does not make sense to me.
I have the system
1 3 2
3 h k
I took Row 1 * -3 +R2 I get
1 3 2
0 h-9 k-6
So I divide row 2 by h-9 and get
1 3 2
0 1 k-6/h-9
multiply row two by -3 +Row 1 for new Row 1 I get
1 0 2+3(k-6)/h-9
0 1 k-6/h-9
How do I get the solutions for these? Do I set x1 and x2 to zero? I know if h=9 the solution gives a divide by zero error. I believe this is the inconsistent portion but I am not sure about the other two.
I am suppose to find an incosistant solution,
a uniqe solution, and many solutions, but it does not make sense to me.
I have the system
1 3 2
3 h k
I took Row 1 * -3 +R2 I get
1 3 2
0 h-9 k-6
So I divide row 2 by h-9 and get
1 3 2
0 1 k-6/h-9
multiply row two by -3 +Row 1 for new Row 1 I get
1 0 2+3(k-6)/h-9
0 1 k-6/h-9
How do I get the solutions for these? Do I set x1 and x2 to zero? I know if h=9 the solution gives a divide by zero error. I believe this is the inconsistent portion but I am not sure about the other two.