Linear algebra: augmented matrix of a consistent system

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 7K views
abjf9299
Messages
5
Reaction score
0

Homework Statement



Determine the values of h such that the matrix is the augmented matrix of a consistent linear system.
[1 h -5]
[2 -8 6]


Homework Equations




None that I know of.

The Attempt at a Solution



Multiplied row (1) by -2:
[-2 -2h 10 ]
[ 2 -8 6 ]

and added together to get: -2h -8 = 16
and of course you can solve that for -2h=24
and h = -12.

So is it correct to say H can be any value other than -12 in order to make the system consistent? Please let me know if its correct. If not, please tell me what I need to do to get the correct answer. Thanks!
 
Physics news on Phys.org
[-2 -2h 10 ]
[ 2 -8 6 ]

If you add together row 1 and 2 you will get

[-2 -2h 10]
[0 (-2h-8) 16]

so yes -2h-8= 16 is one equation but will your matrix still be consistent if -2h-8 = 0?
 
Also, remember the matrix consists of only the coefficients of the equations. That second line corresponds to the equation (-2h-8)y = 16.

What does it mean when a system is said to be consistent? How can that idea be related to that second equation?