summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2024-12-21 20:33:39 +0100
committerChristian Kolset <christian.kolset@gmail.com>2024-12-21 20:33:39 +0100
commit6c7bb93c5e970d442c2bd64a582a5dabd03153e4 (patch)
treef7d1e4260654c7990cc9622505557e6b34906bd3 /README.md
parent26f9500d3fe5073788354102d157cc5e7978c740 (diff)
Updated Readme texts
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index fbe8ed5..2850e79 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,17 @@
# mech105-algorithms
-Algorithms I created in MECH-105 (2021-Summer-Term). Consists of MATLAB scripts and functions
+Algorithms I created in MECH-105 (2021-Summer-Term). Consisting of MATLAB scripts and functions
-##Function:
-* specialMatrix.m
-* falsePosition.m
-* luFactor.m
-* Heun.m
-* simpson.m
-* days.m
+## Functions:
+* specialMatrix.m - function to make special matrix with a specific set of criteria
+* falsePosition.m - numberical root finding function
+* luFactor.m - LU Decomposition
+* Heun.m - Heuns method for solving ODE's
+* simpson.m - numerical integration technique
+* days.m - computes days elapsed in a year
-##Scripts:
+## Scripts:
* hw2.m
* hw3.m
* hw11.m
+
+Note: Detailed information on functions and scripts in their folders.