There was an error while loading. Please reload this page.
1 parent b9a8555 commit 0a3fe9bCopy full SHA for 0a3fe9b
1 file changed
DIRECTORY.md
@@ -821,6 +821,7 @@
821
* [Bisection](maths/numerical_analysis/bisection.py)
822
* [Bisection 2](maths/numerical_analysis/bisection_2.py)
823
* [Brent Method](maths/numerical_analysis/brent_method.py)
824
+ * [Gauss Seidel Method](maths/numerical_analysis/gauss_seidel_method.py)
825
* [Integration By Simpson Approx](maths/numerical_analysis/integration_by_simpson_approx.py)
826
* [Intersection](maths/numerical_analysis/intersection.py)
827
* [Nevilles Method](maths/numerical_analysis/nevilles_method.py)
0 commit comments