From 3eb4be2a880eed828c983c8a30d73faa8e6f4746 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 8 May 2025 17:59:59 -0600 Subject: Worked on module_3 notebooks --- tutorials/module_3/notebook_3/system_of_equations.ipynb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tutorials/module_3/notebook_3') 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, -- cgit v1.2.3