This package implements some Calculus functions
|
Function |
Description |
FMax |
FMax("fInp",a,b,tol)
Finds the local maximum for the function fInp, within
the interval a,b. tol is a optional tolerance >= 1E-9
If plotted plots the found maximum point
Reference:
Jaan Kiuslaas - Numerical Methods in Engineering with Matlab™ -
Cambridge University Press 2005 - Paragraph 10.2 |
FMin |
FMin("fInp",a,b,tol)
Finds the local maximum for the function fInp, within
the interval a,b. tol is a optional tolerance >= 1E-9
If plotted plots the found minimum point
Reference:
Jaan Kiuslaas - Numerical Methods in Engineering with Matlab™ -
Cambridge University Press 2005 - Paragraph 10.2 |
|