summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 24 insertions, 2 deletions
diff --git a/README.md b/README.md
index d85070c..6a610a8 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,30 @@ See the tutorials under the /tutorials/ directory or use the links below.
- Verification and Validation
- [Error](tutorials/module_2/error.md)
#### Module 3: Applications of Computational Mathematics in ME
-- Systems of Equations and LU Decomposition
-- Nonlinear Equation Solver
+- Linear Equations
+ - [Linear Equations](1_linear_equations.md)
+ - Linear Algebra
+ - LU Decomposition
+- Non-Linear Equations
+ - Root fining methods
+ - Bracketing Methods
+ - Open Methods
+ - Systems of Non-linear equations
+ - Systems of Non-linear equations II
+- Numerical differentiation and integration application
+ - Differentiation
+ - Integration
+ - ODE's
+ - Explicit Methods
+ - Implicit Methods
+ - Systems of ODE's
+ - PDE's
+
+
+
+
+
+
- [[numerical_differentiation]]
- [[numerical_integration]]
- [Ordinary Differential Equations](tutorials/module_3/ode)