-
Notifications
You must be signed in to change notification settings - Fork 6
2nd evaluation: Implement Gauss-Seidel #2
Copy link
Copy link
Open
Labels
Description
Develop the Gauss-Seidel method to approximate solutions for systems of linear equations iteratively. This method improves upon the initial guesses through successive approximations
Tasks
- Accept the system's order, initial guesses, error tolerance, and maximum iterations
- Perform iterative updates until the error criterion is met or the iteration limit is reached
- Display the iterative process with error calculations
- Output the final approximate solution
Reactions are currently unavailable