From dd92ef383f7b6f3b8b10ae12ef6b4c1d77e38fff Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 28 Mar 2025 09:05:14 -0600 Subject: Added minor changes and outline added to some tutorials --- tutorials/module_2/2_01_intro_to_numerical_methods.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'tutorials/module_2/2_01_intro_to_numerical_methods.md') 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] -- cgit v1.2.3