diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-20 15:34:41 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-20 15:34:41 -0600 |
| commit | b6cb6d737874ef4488d3b98cbe11de5ee4cbf39a (patch) | |
| tree | 0bc2ea5cded0c4b077b87e1ab0773a537f1f4b55 /README.md | |
| parent | a166aa339da97c656fc3e0dc4063589e5752386f (diff) | |
Updated README.md. Cleaned README.md and moved functions list to /Functions/README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -2,16 +2,6 @@ Algorithms I created in MECH-105 (2021-Summer-Term). Consisting of MATLAB scripts and functions ## Functions: -* [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 - +This folder contains all the functions that needed to be written for the course. Most of these are numerical methods of solving calculus problems. ## Scripts: -* hw2.m -* hw3.m -* hw11.m - -Note: Detailed information on functions and scripts in their folders. +This directory consists of scripts to solve specific homework problems. |
