Skip to content

2nd evaluation: Implement Gauss-Seidel #2

@AryDaniel

Description

@AryDaniel

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions