diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-05-08 17:59:59 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-05-08 17:59:59 -0600 |
| commit | 3eb4be2a880eed828c983c8a30d73faa8e6f4746 (patch) | |
| tree | 319368d9135adfe8a9133d0f6046177a13acc54a /tutorials/module_3 | |
| parent | e22e15fd8d9d0511a7cfa8fdb0e75509aeba6a15 (diff) | |
Worked on module_3 notebooks
Diffstat (limited to 'tutorials/module_3')
| -rw-r--r-- | tutorials/module_3/notebook_3/system_of_equations.ipynb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tutorials/module_3/notebook_3/system_of_equations.ipynb b/tutorials/module_3/notebook_3/system_of_equations.ipynb index 20ef9f5..56be1cc 100644 --- a/tutorials/module_3/notebook_3/system_of_equations.ipynb +++ b/tutorials/module_3/notebook_3/system_of_equations.ipynb @@ -4,9 +4,17 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# System of Equations" + "# Systems of Equations\n", + "\n", + "## Naive Gauss Elimination\n", + "\n", + "## Forward Elimination\n", + "\n", + "## Back Substitution\n", + "\n", + "## LU Decomposition" ], - "id": "cc610e14-31e7-459d-81e1-0016e8c06fcd" + "id": "1698300d-ede4-40ae-b417-8fd16398babe" } ], "nbformat": 4, |
