1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Systems of Equations\n", "\n", "## Naive Gauss Elimination\n", "\n", "## Forward Elimination\n", "\n", "## Back Substitution\n", "\n", "## LU Decomposition" ], "id": "1698300d-ede4-40ae-b417-8fd16398babe" } ], "nbformat": 4, "nbformat_minor": 5, "metadata": {} }