Solving for h in a Consistent Linear System

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
beanryu
Messages
90
Reaction score
0
hello.
please help!

this is the problem:
determine the value of h such that the matrix is the augmented matrix of a consistent linear system.

1 -3 -2
5 h -7

i tried replacing and scaling... but it seems there are always 2 variable in this.
can you guys help me solve this problem?
 
Physics news on Phys.org
Is that an augmented system:

1x-3y=-2
5x+hy=-7

?
 
is the answer any number... because with everynumber, there is a different solution to x and y?... probably true?
 
ohkay... i think i got the answer... h cannot be 15, because than it will be

1 -3 -2
0 0 3
this show that it will be inconsistent...
 
No, you've "lost a sign". The row reduction of
[tex]\left[\begin{array}{ccc}1 & -3 & -2 \\ 5 & h & 7\end{array}\right][/tex]
is
[tex]\left[\begin{array}{ccc}1 & -3 & 2\\ 0 &h+ 15 & 3\end{array}\right][/tex]

What must h be so that is inconsistent?