I have this linear system:
[e1 = x1+x5, x1 = s1+x2+x4, x2 = s2+x3, e2+x3 = x7+s3, x7+x4 = x6, x5+x6 = s4+s5]
And an additional (temporary) condition, which is that all e and s are equal to zero. I can simplify the system to this:
[0 = x1+x5, x1 = x2+x4, x2 = x3, x3 = x7, x7+x4 = x6, x5+x6 = 0]
Skipping a few steps, I get this matrix through gaussian elimination
$$\begin{bmatrix}-1&0&0&0&-1&0&0&0\\0&-1&0&-1&-1&0&0&0\\0&0&-1&-1&-1&0&0&0\\0&0&0&-1&-1&0&-1&0\\0&0&0&0&-1&-1&0&0\\0&0&0&0&0&0&0&0\end{bmatrix}$$
And I have the following solution for the linear system:
\begin{align}x_1&=x_6 \\ x_2&=x_7 \\ x_3&=x_7 \\ x_4&=-x_7+x_6 \\ x_5&=-x_6 \\ x_6&=x_6 \\ x_7&=x_7 \end{align}
There are still two free variables, since I did not have enough equations to get a single solution. This means that there are infinite solutions (another way to know this was to see the empty line in the matrix).
I have to find a basis and the Kernel for the set of solutions (which is infinite), and I have no idea how to go from here.
I think I know how to find the Kernel after I have the basis, so it is not the focus of this question.
Technically, I use Maple for formatting and quick calculations, but I'm trying to figure out how to do it by hand, so for me to accept an answer, it will have to contain more than just a Maple command that would do what I want, but if there is such a command, it would be appreciated as an extra.
I'm not sure what other bits you'd want. If doing it "by hand" would you compute the RREF and then backsubstitute?
An alternate for that
eliminatecall: