$$ \begin{cases} -x_5+x_4=3\\ -x_5+2x_4+x_3=4\\ 3.5x_4+5x_3+2x_3+2x_2+x_1=3.5 \end{cases} $$ I know how to back substitute to solve for systems where you go you 1 equation down and there is an one extra varible, however with this system there are two extra varibles. How do I solve it then?
I am only just learning about matrices so please use simple language
Backward substitution corresponds to $x_n, x_{n-1}, \ldots x_2, x_1$ in turn. First we see that $x_5$ is a free variable. Then from the first equation we have $$x_4 = 3 + x_5$$ From the second equation we have $$x_3 = 4 - 2x_4 + x_5 = -2 - x_5$$ Then we see that $x_2$ is also a free variable. From the last equation we have $$x_1 = 3.5 - 2x_2 - 2x_3 - 5x_4 - 3.5x_5 = -7.5 - 2x_2 - 5.5x_5$$