What Value of k Ensures Consistency in These Simultaneous Equations?

  • Thread starter Thread starter Gregg
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Gregg
Messages
452
Reaction score
0

Homework Statement



Show that the simultanbeous equations

[itex]6x-7y+2z=4[/itex]

[itex]6x-y-z=7[/itex]

[itex]2x-3y+z=k[/itex]

where k is a constant, are consisten only when k=1.


The Attempt at a Solution



Don't know how to start, the determinent of the co-efficient matrix is -9. This means they are independent, which means I can't express multiples of (1) and (2) for (3) right? I tried to get x and y in terms of z, then substitute for (3)... Doesn't work. I need the method.
 
Physics news on Phys.org
Set up the augmented matrix of your system of equations (since the order in which the equations are given is unimportant, you can set things up this way)

[tex] \begin{pmatrix}<br /> 2 & -3 & \hphantom{-}1 & k \\<br /> 6 & -7 & \hphantom{-}2 & 4\\<br /> 6 & -1 & -1 & 7<br /> \end{pmatrix}[/tex]


Use row operations to reduce this to row reduced echelon form. You'll see why when you reach that form.