summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2850e79..37a0994 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
Algorithms I created in MECH-105 (2021-Summer-Term). Consisting of MATLAB scripts and functions
## 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
+* [specialMatrix.m](/Functions#specialMatrix.m) - function to make special matrix with a specific set of criteria
+* [falsePosition.m](/Functions#falsePosition.m) - numberical root finding function
+* [luFactor.m](/Functions#luFactor.m) - LU Decomposition
+* [heun.m](/Functions#heun.m) - Heuns method for solving ODE's
+* [simpson.m](/Functions#simpson.m) - numerical integration technique
+* [days.m](/Functions#days.m) - computes days elapsed in a year
## Scripts:
* hw2.m