Consider the system of equations (n = 7)
For n odd, write and test
procedure X_ Gauss(n, (ai ), (di ), (bi ))
that does the forward elimination phase of Gaussian elimination (without scaled partial pivoting) and
procedure X_ Solve(n, (ai ), (di ), (bi ), (xi ))
that does the back substitution for cross-systems of this form.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.