1) $x+y=1$
2) $-x+y=1$
Geometrically we can visualize the two lines will intersect at $x=0, y=1$. Consider this algebraic solution using Gaussian Elimination,
.
But why do they be reduced to the intersection point? Is there any algebraic mathematical proof for solution of linear equations?
So you start with $$x+y=1$$$$-x+y=1$$
Keep the first equation the same, and add the first equation to the second equation to get a new second equation: $$x+y=1$$$$ 2y=2$$
These hold because the original equations hold, and the step is reversible, so they are equivalent to the original pair and have the same solutions. Now divide the second equation by $2$ (also reversible) to obtain $$x+y=1$$$$ y=1$$ Now subtract the second equation from the first $$x=0$$$$ y=1$$
By taking reversible steps we have shown that the final solution is equivalent to the original equations.
This Gaussian elimination reflects the steps you would take to solve the equation. It is simply another way of writing the same thing. The advantage is that it does this in a controlled and systematic manner which applies to all cases - we can write an algorithm for it. And this makes it possible to analyse the process mathematically, and thus to abbreviate it as a matrix solution, and to analyse cases where no solution is possible.