# mech105-algorithms 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 ## Scripts: * hw2.m * hw3.m * hw11.m Note: Detailed information on functions and scripts in their folders.