I have the following matrix: $$ \left[ \begin{array}{cc|c} -1&-2&{\sqrt 2}\\ -8&2&{\sqrt 3} \end{array} \right] $$
So the first thing I do is multiply R1 by - 1 to get
$$ \left[ \begin{array}{cc|c} 1&2&-{\sqrt 2}\\ -8&2&{\sqrt 3} \end{array} \right] $$
I then believe I can multiply r1 by 8 and add it to r2. This works but why does it work? I don't understand the logic of why this balances both sides of the new equation as r1 is unchanged after this modification.
After I have done that I get:
$$ \left[ \begin{array}{cc|c} 1&2&-{\sqrt 2}\\ 0&18&{{-8\sqrt2} + {\sqrt 3}} \end{array} \right] $$
I then muliply r2 by ${1\over18}$ to get
$$ \left[ \begin{array}{cc|c} 1&2&-{\sqrt 2}\\ 0&1&{{-8\sqrt2 + \sqrt3}\over 18} \end{array} \right] $$
So from this I can say that ${y = {{-8\sqrt2 + \sqrt3}\over 18}}$
I then use the substitution method to work out x which would mean:
${x + 2.({{-8\sqrt8 + \sqrt2}\over 18})} = \sqrt2$
Could somebody explain how I can simplify this further?
I believe you have a typo in the second row, second column of the second matrix. It should be $2$ instead of $-2$.
The reason why you can do this is because if a solution $(x,y)$ satisfies the original two equations, it should also satisfy an equation that is obtained by multiplying one of them by a nonzero constant. Also, it should satisfy the addition of the two equations. So you can replace one of the original equations by this new form, which makes the system easier to solve.
The only simplification you can do at the end is
$$y=-\frac{4}{9}\sqrt{2}+\frac{1}{18}\sqrt{3}\\ x=-\frac{1}{9}\sqrt{2}-\frac{1}{9}\sqrt{3}$$