I have this question, although I've used Maple 16 to get the answer i obviously need the working out, and thus i don't know what to do with the constant.
- The following is a system of linear equations in unknowns $x,\ y,\ z$ and $d$ is a scalar.
$x-8y+10z\ =\ 15$
$2y-3z\ =\ -3$
$x-4y+4z\ =\ d$
(a) Write down the augmented matrix associated with this linear system of equations.
(b) Using only elementary row operations find the row reduced echelon form for the augmented matrix of the above system of equations.
(c) For which value of d is the above system of equations consistent? For that value of d find the solution of the system of equations, expressed in vector parametric form
ANSWERS
(a) Okay so for a
$\left[ \begin{array}{cccc} 1 & -8 & 10 & 15\\ 0 & 2 & -3 & -3\\ 1 & -4 & 4 & d\\ \end{array} \right]$
(b) Using Maple i get the answer to be
$\left[ \begin{array}{cccc} 1 & 0 & -2 & 0\\ 0 & 1 & -\frac{3}{2} & 0\\ 0 & 0 & 0 & 1\\ \end{array} \right]$
Although i could write my working out, my problem is.. where has the d disappeared to?
(c) Considering i can't do (b) I'm not sure what to do here either.
In this case, what is (c) asking? or in other words, what is needed to answer it?
– Matt Feb 28 '13 at 03:35