Solve the system using any one Methods:
x + 2y + 3z = 14
3x + 2y + z = 10
2x + 3y + 2z = 14
Gauss Elimination (with Pivoting)
Jacobi Method
Gauss-Seidel Method
For selected method, write:
• Algorithm / Flowchart
• Program ( C / Python )
• Iterative/Test solution
• Time & Space Complexity