mr_coffee
- 1,613
- 1
Hello everyone I had this system:
-2x1 + x2 = 5
6x1 - 3x2 = -15
\left( {\begin{array}{*{20}c}<br /> {-2} & 1 & 5 \\<br /> 6 & -3 & {-15}\\<br /> \end{array} } \right)
I then solved it down too:
\left( {\begin{array}{*{20}c}<br /> {-2} & 1 & 5 \\<br /> 0 & 0 & 0\\<br /> \end{array} } \right)
It wants me to put it parametric form:
so i did the following:
-2x1 + x2 = 5
2x1 = -5 + x2
x1 = (-5+x2)/2
let x2 = s;
[-5/2] + [1/2] S
[0 ] [0 ]
but its wrong! any ideas? Thanks
-2x1 + x2 = 5
6x1 - 3x2 = -15
\left( {\begin{array}{*{20}c}<br /> {-2} & 1 & 5 \\<br /> 6 & -3 & {-15}\\<br /> \end{array} } \right)
I then solved it down too:
\left( {\begin{array}{*{20}c}<br /> {-2} & 1 & 5 \\<br /> 0 & 0 & 0\\<br /> \end{array} } \right)
It wants me to put it parametric form:
so i did the following:
-2x1 + x2 = 5
2x1 = -5 + x2
x1 = (-5+x2)/2
let x2 = s;
[-5/2] + [1/2] S
[0 ] [0 ]
but its wrong! any ideas? Thanks