summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-10 15:55:54 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-10 15:55:54 -0600
commit7e6089b9960b47d4e1201e408bbd26e0e0ed1de3 (patch)
tree915f99b55a2b73b135c37e8a052702d3453933dc /README.md
parent06b86487f6d664f3897792f2ee8b9094588c798c (diff)
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index b9a67b3..a7bf752 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Updated: 2025-04-02
Online [project version](https://markwhen.com/ckolset/MECH305-ComputingME)
-Online [module version)](https://markwhen.com/ckolset/MECH305-Modules)
+Online [module version](https://markwhen.com/ckolset/MECH305-Modules)
## Tutorials
@@ -25,27 +25,27 @@ See the tutorials under the /tutorials/ directory.
- [Introduction to Programming](tutorials/module_1/1_intro_to_programming.md)
- [Installing Anaconda](tutorials/module_1/1_installing_anaconda.md)
- [Intro to Anaconda](tutorials/module_1/1_intro_to_anaconda.md)
-- [Getting started with Spyder](tutorials/module_1/1_spyder_getting_started.md)
+ - [Getting started with Spyder](tutorials/module_1/1_spyder_getting_started.md)
+ - Jupyter Lab/NoteBook
- [Basics of python](tutorials/module_1/1_basics_of_python.md) [notebook](tutorials/module_1/1_basics_of_python.ipynb)
- [Arrays](tutorials/module_1/1_arrays.md)
- [Functions](tutorials/module_1/1_functions.md)
- [Control Structures](tutorials/module_1/1_control_structures.md)
- [Classes/Objects](tutorials/module_1/1_classes_and_objects.md)
-- [Excel to Python](tutorials/module_1/1_excel_to_python.md)
- Unlisted Tutorials:
+ - [Excel to Python](tutorials/module_1/1_excel_to_python.md)
- [Fundamentals of Computing](tutorials/module_1/1_fundamentals_of_programming.md)
- [Open source software](tutorials/module_1/1_open_source_software.md)
- [Computational Expense](tutorials/module_1/1_computational_expense.md)
#### Algorithm Developments for ME
-- [Introduction to Numerical Methods](tutorials/module_2/2_01_intro_to_numerical_methods.md)
+- [Numerical Methods](tutorials/module_2/2_01_intro_to_numerical_methods.md)
- [Version Control](tutorials/module_2/2_version_control.md)
- [Problem Solving Strategies](tutorials/module_2/2_problem_solving_strategies.md)
-- Code debugging
+- [Code debugging](tutorials/module_2/2_debugging_code)
- Code Documentation
- Code libraries & resources
- [AI assisted programming](tutorials/module_2/2_ai_assisted_programming)
- Verification and Validation
-- Roots and Optimization
#### Applications of Computational Mathematics in ME
- Systems of Equations and LU Decomposition
- Nonlinear Equation Solver
@@ -54,8 +54,8 @@ See the tutorials under the /tutorials/ directory.
- Ordinary Differential Equations
#### Data Analysis of Processing
- Importing scientific data
-- [Linear Regression](tutorials/linear_regression.md)
- Data Processing
+- [Linear Regression](tutorials/linear_regression.md)
- [Plotting](tutorials/4_plotting.md)
- Data Visualization
#### Introduction to AI for Engineering Problems