News

Bisection-like algorithms. For functions where a bracketing interval is known (one where f(a) and f(b) have alternate signs), a bracketing method, like Bisection, can be specified. The default is ...
Root Finding: Newton-Raphson method, Bisection method; Numerical Integration: Trapezoidal rule, Simpson's rule; Numerical Differentiation: Forward, backward, and central difference; Linear Systems: ...