Determine values of h - augmented matrix

  • Thread starter Thread starter Boxiom
  • Start date Start date
  • Tags Tags
    Matrix
Boxiom
Messages
7
Reaction score
0

Homework Statement



YnEsHEY.png


Homework Equations





The Attempt at a Solution



Tried to get it on reduced echelon form, but I haven't done problems like this before so I don't know what I'm supposed to do.



Thanks!
 
Physics news on Phys.org
What have you tried? Show us the row operations you've done so we can work from there.
 
The thing is I don't know where to start. By multiplying with -4 and adding to second row, I have:

1 5 -4
0 20-h 0

And this doesn't really tell me anything, as I have never done matrix with variables before.
 
Ignore the augmented -column.

What condition must hold with the matrix of coefficients in order for the system to be consistent? (hint: it involves a determinant)
 
Boxiom said:
The thing is I don't know where to start. By multiplying with -4 and adding to second row, I have:

1 5 -4
0 20-h 0

And this doesn't really tell me anything, as I have never done matrix with variables before.

You didn't calculate that properly. Try again.
 
Woops, I meant -20+h.
 
Yes that was the answer I was looking for, but in this case, it doesn't matter since you could just multiply by -1. So,

Rewriting the last row in terms of variables, we have:

##0*x + (h - 20)*y = 0##
##(h - 20)*y = 0##

Recall that ##a*b = 0## if and only if ##a = 0## or ##b = 0##. One case is that ##y = 0## and that would yield a consistent solution. What must be the second one?
 
So if h is 20 the solution would also be consistent?
 
Yup, that's correct. Notice that plugging in ##h = 20##, and then row reducing, we get a row of only ##0s## which is consistent. If ##h## was anything but 20, we would have the 2nd row look like: ##0 \ r \ | \ 0## which is inconsistent for any ##r \in \mathbb{R}, r \not = 0##.
 
  • #10
Alright, that made sense. Thanks for the help :)
 
Back
Top