Skip to content

Comments

feat/evaluation2-linear-systems: implement Gauss-Jordan and Gauss-Seidel methods#7

Open
AryDaniel wants to merge 4 commits intomainfrom
feat/evaluation2-linear-systems
Open

feat/evaluation2-linear-systems: implement Gauss-Jordan and Gauss-Seidel methods#7
AryDaniel wants to merge 4 commits intomainfrom
feat/evaluation2-linear-systems

Conversation

@AryDaniel
Copy link
Collaborator

This pull request includes the solutions for the second evaluation focused on solving systems of linear equations using two numerical methods:

#1 Gauss-Jordan Method: Direct method that transforms the augmented matrix into reduced row echelon form to obtain the exact solution.

#2 Gauss-Seidel Method: Iterative method that approximates solutions by refining initial guesses.

@AryDaniel AryDaniel self-assigned this Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant