summaryrefslogtreecommitdiff
path: root/tutorials/module_3/1_0_linear_equations.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_3/1_0_linear_equations.md')
-rw-r--r--tutorials/module_3/1_0_linear_equations.md10
1 files changed, 10 insertions, 0 deletions
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