hi guys..
i got a problem.. could anyone help me write a program..
the program is as follows:-
2. Solving systems of Linear equations using Iteration:
You are required to write a C++ program which will solve system of linear equations with 3 or 4
unknowns (to be entered by the user).
Your program should display a menu which will allow the user to choose whether he wants to (1)
enter the number of unknowns, coefficients details, ... (2) check whether the linear system can be
solved using iteration (3) calculate and display the required results using Gauss-Seidel (4) calculate
and display the required results using Gauss-Jacobi (5) calculate and display the required results
using both methods.