diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-14 18:31:17 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-14 18:31:17 -0600 |
| commit | 646fabeb7d614ca39f7ee6c260a9f9c9183c7e54 (patch) | |
| tree | 0465583616d47db9128fa42490c699155fe9bb8b | |
| parent | c7d9dfbf7e8aeaafe6f46fcbe5d836133a7ef997 (diff) | |
Added new tutorials. Excel to Python, Nonlinear Equation Solver and Numerical Differentiation
| -rw-r--r-- | tutorials/readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md index cdc78c3..ab7699b 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -10,9 +10,10 @@ This directory contains all the tutorials. - [Getting started with Spyder](1_04_spyder_getting_started.md) \[In-progress\] - [Basics of python](1_05_basics_of_python.md) \[Complete\] - [Arrays](1_06_arrays.md) \[In-progress\] -- [Control Structures](1_07_control_structures.md) \[In-progress\]1 - [Functions](1_functions.md) \[Complete\] +- [Control Structures](1_07_control_structures.md) \[In-progress\] - [Classes/Objects](1_classes_and_objects.md) +- [Excel to Python](1_excel_to_python.md) - Unlisted Tutorials: - [Fundamentals of Computing](1_fundamentals_of_programming.md) - [Open source software](1_open_source_software.md) \[In-progress\] @@ -32,6 +33,8 @@ This directory contains all the tutorials. ### Applications of Computational Mathematics in ME - Systems of Equations and LU Decomposition +- Nonlinear Equation Solver +- Numerical Differentiation - Numerical Integration - Ordinary Differential Equations ### Data Analysis of Processing |
