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 --- Functions/README.md | 12 ++++++------ README.md | 12 ++++++------ Scripts/README.md | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Functions/README.md b/Functions/README.md index 6a4ec15..2c0bc75 100644 --- a/Functions/README.md +++ b/Functions/README.md @@ -1,11 +1,11 @@ # Functions This directory contains the functions written throught the course. -- days.m -- falsePositive.m -- heun.m -- luFactor.m -- simpson.m -- spacialMatrix.m +- [days.m](#days.m) +- [falsePositive.m](falsePositive.m) +- [heun.m](heun.m) +- [luFactor.m](luFactor.m) +- [simpson.m](simpson.m) +- [spacialMatrix.m](spacialMatrix.m) --- 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 diff --git a/Scripts/README.md b/Scripts/README.md index 2e8e64f..320fee4 100644 --- a/Scripts/README.md +++ b/Scripts/README.md @@ -1,7 +1,7 @@ # [Scripts](Scripts) This directory contains the scripts to solve the homeworks assignments below: -## hw02.m +## [hw02.m](hw02.m) Both part 1 and part 2 on the excercise are writen in the script. When the script is run part 2 will be skipped. To run part 2, put part 1 in comments and uncomment part 2. To uncomment remove the `%{` and `%}` (line 43 and 70) to prevent the MATLAB interpreter to skip the code. ### Part 1 @@ -10,8 +10,8 @@ Creates a supplots of two graphs. The first plot shows the charge on a capacitor ### Part 2 Creates a plot displaying the measured data (red diamond shapes) and the expected function (green dashed line). Ranges from 0 to 70 minutes using a a step size of 30 seconds. -# hw03.m +# [hw03.m](hw03.m) This script solves the volume in a tank with the shape of a cylinder with a tuncated cone on top. This script should be turned into a function to solve the volume of a tank with any given the height of cylinder and truncated cone, and diameter of both the cylinder and top of the truncated cone. -## hw11.m +## [hw11.m](hw11.m) Script to solve the angle of which to pull a 25 kg block with 150 N using the bisection method of finding roots. -- cgit v1.2.3