Package tools.singlevariable
-
Class Summary Class Description Extrema TheExtrema
uses the root finding capabilities ofSolver
in order to find various extrema ofGeneralFunction
s by setting their derivatives equals to0
and solving.NumericalIntegration TheNumericalIntegration
class computes definite integrals using Simpson's rule and can also return a maximum possible error for the calculation.Solver TheSolver
class solves for zeros ofGeneralFunction
s using Newton's method or Halley's method of root finding.TaylorSeries The methods inTaylorSeries
produce Taylor Series for functions.