From b7652c078a74ec0fd8419c4e0d8f9dc1d7b28020 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 1 Oct 2025 14:04:14 -0600 Subject: Re-structure of Module 3 to make each file a seperate lecture --- tutorials/module_3/1_0_linear_equations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorials/module_3/1_0_linear_equations.md (limited to 'tutorials/module_3/1_0_linear_equations.md') diff --git a/tutorials/module_3/1_0_linear_equations.md b/tutorials/module_3/1_0_linear_equations.md new file mode 100644 index 0000000..c17c5ac --- /dev/null +++ b/tutorials/module_3/1_0_linear_equations.md @@ -0,0 +1,10 @@ +# Linear Equations +Let's consider an linear equation +$$ +y = m x + b +$$ +where $a$ and $b$ are two known constants we can solve for $x$ easily. + +[[1_1_Linear_Algebra]] +[[1_2_Systems_of_Linear_Equations]] +[[1_3_LU_Decomposition]] \ No newline at end of file -- cgit v1.2.3