diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-28 09:05:14 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-28 09:05:14 -0600 |
| commit | dd92ef383f7b6f3b8b10ae12ef6b4c1d77e38fff (patch) | |
| tree | 0cdee06ec9e6dda8501d3af1dc9ff9d9e663c6bd /tutorials/module_2 | |
| parent | 9b7bc4d07d152518e1b393f66faec394c8dff914 (diff) | |
Added minor changes and outline added to some tutorials
Diffstat (limited to 'tutorials/module_2')
| -rw-r--r-- | tutorials/module_2/2_01_intro_to_numerical_methods.md | 19 | ||||
| -rw-r--r-- | tutorials/module_2/2_version_control.md | 4 |
2 files changed, 22 insertions, 1 deletions
diff --git a/tutorials/module_2/2_01_intro_to_numerical_methods.md b/tutorials/module_2/2_01_intro_to_numerical_methods.md index 0d6efbd..39f83b5 100644 --- a/tutorials/module_2/2_01_intro_to_numerical_methods.md +++ b/tutorials/module_2/2_01_intro_to_numerical_methods.md @@ -2,5 +2,22 @@ ## What is a numerical method? +Numerical methods are techniques that transform mathematical problems into forms that can be solved using arithmetic and logical operations. Because digital computers excel at these computations, numerical methods are often referred to as computer mathematics. + +## Error + + +## Root-finding + + +## Interpolation and Curve Fitting + + +## Numerical Differentiation and Integration + + + +## Numerical Solution of Ordinary Differential Equations + + -## How does it work? [Error] diff --git a/tutorials/module_2/2_version_control.md b/tutorials/module_2/2_version_control.md index a5998b1..5526e2e 100644 --- a/tutorials/module_2/2_version_control.md +++ b/tutorials/module_2/2_version_control.md @@ -63,6 +63,10 @@ Here is a list of some git commands to get you started. ### More on git Interested in learning more about git? Here's a free book that teaches you everything about git and how to use it at a professional level. Available as both HTML and PDF download: [Git Pro](https://git-scm.com/book/en/v2). + +## How to use Git to + + ## GitHub - Collaborative Projects GitHub is a web-based platform that hosts Git repositories and provides collaboration tools for developers. It allows developers to share code, track issues, and collaborate on projects with other developers. GitHub is widely used for open-source projects, team collaboration, and code hosting. ### GitHub Features |
