Find all Values of h for which a System of Linear Equations has No Solution

ts21121
Messages
3
Reaction score
0

Homework Statement



for the system of linear questions given as
l 2 1 -5 l l x l= l 1 l
l -1 -3 h l l y l= l 2 l Find all values for h for which the system will have no solution
l -3 2 6 l l z l= l 3 l

Homework Equations





The Attempt at a Solution


 
Physics news on Phys.org
Try making that into an augmented matrix, then finding what values of h will make the system inconsistent. A hint: What makes an augmented matrix inconsistent?
 
okay i have gotten it down to

2 1 -3 1
0 7 -3 9
0 0 (-50+14h) 80

where do i go from here?

thanks
 
Well, you know from there that 14h-50 = 80. So solve that for h and you'll have the solutions such that it's consistent, at least I think so.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top