Find a consistent Linear system for g ,h and k?

$\begingroup$

I am working on problem #25 of Linear Algebra and its Applications and the question asks:

Find an equation involving $g$, $h$, and $k$ that makes this augmented matrix correspond to a consistent system: $$\left(\begin{array}{ccc|c} 1& -4& 7& g \\ 0& 3& -5& h \\ -2& 5& -9& k \end{array}\right).$$ After I do $R_3 \gets 2R_1 + R_3$ and $R_3 \gets R_2 + R_3$ I end up with $$\left(\begin{array}{ccc|c} 1& -4& 7& g \\ 0& 3& -5& h \\ 0& 0& 0& 2g+k+h \end{array}\right).$$

For this to be a consistent system the third row should be $\begin{pmatrix}0& 0& 0& 0\end{pmatrix}$, so in order for this augmented matrix to be a consistent system then $2g + k + h =0$

The answer in the back of the book is $k - 2g + k = 0$.

Where am I going wrong with my calculation? Or is the book wrong?

$\endgroup$ 2

2 Answers

$\begingroup$

Just for the record, the 3rd edition of Lay's book has your answer to this question.

$\endgroup$ 1 $\begingroup$

My answer 2g+k+h=0 is correct.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like