From 9a96febe0fd0c92d2166851b69677ace2092ed56 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sun, 22 Dec 2024 21:09:40 +0100 Subject: Formatted links in README Files --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3