summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--admin/CourseOverview.pngbin516658 -> 496348 bytes
-rw-r--r--admin/gantt.pngbin167215 -> 156660 bytes
-rw-r--r--admin/meeting-notes/2025-04-25.md28
-rw-r--r--book/module0/installing_anaconda.tex (renamed from book/module1/installing_anaconda.tex)0
-rw-r--r--tutorials/module_2/non_linear_eqn_solver.md (renamed from tutorials/module_3/non_linear_eqn_solver.md)0
-rw-r--r--tutorials/module_3/numerical_methods.md (renamed from tutorials/module_2/intro_to_numerical_methods.md)0
7 files changed, 9 insertions, 28 deletions
diff --git a/README.md b/README.md
index d7e304d..1628890 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Find meeting notes, course overview and Gantt charts in this directory. Below is
![Gantt Chart](admin/gantt.png)
*Project Gantt Chart: version 2* [Enlarge](admin/gantt.png)
-Updated: 2025-04-11
+Updated: 2025-04-29
Online [version](https://markwhen.com/ckolset/MECH305-Modules)
@@ -34,16 +34,17 @@ See the tutorials under the /tutorials/ directory.
- [Fundamentals of Computing](tutorials/module_1/fundamentals_of_programming.md)
- [Open source software](tutorials/module_1/open_source_software.md)
- [Computational Expense](tutorials/module_1/computational_expense.md)
- - [Error](error.md)
+
#### Algorithm Developments for ME
-- [Numerical Methods](tutorials/module_2/intro_to_numerical_methods.md)
+- [Numerical Methods](tutorials/module_2/non_linear_eqn_solver.md)
- [Version Control](tutorials/module_2/version_control.md)
- [Problem Solving Strategies](tutorials/module_2/problem_solving_strategies.md)
- [Code debugging](tutorials/module_2/debugging_code)
-- Code Documentation
+- [Code Documentation](tutorials/module_2/documentation)
- Code libraries & resources
- [AI assisted programming](tutorials/module_2/assisted_programming)
- Verification and Validation
+- [Error](error.md)
#### Applications of Computational Mathematics in ME
- Systems of Equations and LU Decomposition
- Nonlinear Equation Solver
diff --git a/admin/CourseOverview.png b/admin/CourseOverview.png
index dd17f78..91b135d 100644
--- a/admin/CourseOverview.png
+++ b/admin/CourseOverview.png
Binary files differ
diff --git a/admin/gantt.png b/admin/gantt.png
index 4ade819..d94ba7e 100644
--- a/admin/gantt.png
+++ b/admin/gantt.png
Binary files differ
diff --git a/admin/meeting-notes/2025-04-25.md b/admin/meeting-notes/2025-04-25.md
index d1d3529..eb37d34 100644
--- a/admin/meeting-notes/2025-04-25.md
+++ b/admin/meeting-notes/2025-04-25.md
@@ -1,39 +1,19 @@
## Updates
- Worked on Jupyter Notebooks
-- Brainstorming for applications of practical problems
+- Tutorial Overview has changed:
+ - Mod 1 complete
+ - Mod 2 near completion
+
- Writing in .md -> convert to .ipynb & .tex
---
## Topics
and questions
-- Application of practical problems to real engineering problems
- -> Started "material_research.md"
-
-- Course overview
- -> Cleaned up module 1
- -> Re-arranged Module 2
- -> **Go through** together
-
-- Good Potential Textbook for Numerical methods
- -> https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/Index.html
---
## Discussion
-- Module 2 -> Learn how to use built in tools to solve problems such as fsolve, or other numerical methods
-- Module 3 -> Learn the mathematics of the numerical methods.
-- Module 1 -> Make the tutorials more interactive and set up problems for end of the tutorial problem.
-
-- Tutorial rough format:
- - Introduction
- - Interactive code cell
- - Explanations
- - Interactive code cell
- - End of tutorial problem (could use data from previous code cells)
-
-- Make full & partial notebooks -> Work on full notebook and then remove content for a partial version at the end.
-- Give students code for concepts in problems that students haven't learned yet. Adapt for each tutorial and make students do more themselves in later interactions.
---
## Actions
diff --git a/book/module1/installing_anaconda.tex b/book/module0/installing_anaconda.tex
index 0ff3d6f..0ff3d6f 100644
--- a/book/module1/installing_anaconda.tex
+++ b/book/module0/installing_anaconda.tex
diff --git a/tutorials/module_3/non_linear_eqn_solver.md b/tutorials/module_2/non_linear_eqn_solver.md
index 6d1ded3..6d1ded3 100644
--- a/tutorials/module_3/non_linear_eqn_solver.md
+++ b/tutorials/module_2/non_linear_eqn_solver.md
diff --git a/tutorials/module_2/intro_to_numerical_methods.md b/tutorials/module_3/numerical_methods.md
index 6791aff..6791aff 100644
--- a/tutorials/module_2/intro_to_numerical_methods.md
+++ b/tutorials/module_3/numerical_methods.md