You are on page 1of 2

My Programming Project

Approximate Me
This program helps the user to calculate certain characteristics of a
function. This could be the zeros or fixed point of a function, its derivative,
the integral and even approximate an IVP (coming soon). This project was
started to help me collate all the numerical analysis methods taught in my
MATH1106 and MATH1105.
1. Approximate_Me.m
Introduction.m
2. Solution_Finder.m
ExplanationRFP.m
bisectme.m
BisectionMethodRFP.m
fixme.m
FixedPointRFP.m
secantme.m
SecantMethodRFP.m
newtonme.m
NewtonMethodRFP.m
CompareRFP.m
compareroots.m
3. Differentiate.m
ExplanationDP.m
difform.m
Difference.m
np.m
N_Point.m
CompareDP.m
comparediff.m
4. Integrate.m
ExplanationIP.m
One_Dim.m
ExplanationIPO.m
GaussQ.m
midpoint.m
o MidpointMethodIP.m
simpsons.m
o SimpsonsMethodIP.m
trapeze.m
o TrapezoidalMethodIP.m
CompareIP.m
compareinteg.m

My Programming Project

Multi_Dim.m
ExplanationIPM.m
montec.m
o MonteCarloMethod.m

You might also like