From 1fb76dac16c3984e6f674fa2f3466eb00488a50b Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 20 Mar 2025 16:16:24 -0600 Subject: Fixed typo in README.md. Positive to Position in the falsePosition method. --- Functions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Functions/README.md b/Functions/README.md index 91eebff..a87ef9e 100644 --- a/Functions/README.md +++ b/Functions/README.md @@ -1,7 +1,7 @@ # Functions This directory contains the functions written throught the course. - [days.m](days.m) - computes days elapsed in a year. -- [falsePositive.m](falsePositive.m) - numberical root finding function. +- [falsePosition.m](falsePosition.m) - numberical root finding function. - [heun.m](heun.m) - Heuns method for solving ODE's. - [luFactor.m](luFactor.m) - LU Decomposition. - [simpson.m](simpson.m) - numerical integration technique. @@ -26,7 +26,7 @@ The syntax of the function is `days(, , )` where `` --- -## [falsePositive.m](falsePositive.m) +## [falsePosition.m](falsePosition.m) Function finds the root of an anonymous function using the false position method. Synopsis: `[root, fx, ea, iter] = falsePosition(func, xl, xu, es, maxit, varargin)`. -- cgit v1.2.3