diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2024-12-22 21:09:40 +0100 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2024-12-22 21:09:40 +0100 |
| commit | 9a96febe0fd0c92d2166851b69677ace2092ed56 (patch) | |
| tree | 79bb0e8619cb00a4b0d34c28caef1e4fa3d0a069 /README.md | |
| parent | 1b51cebc5d68ed686ef3842e2ec66387c0914319 (diff) | |
Formatted links in README Files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
