Module roots
Source - bisection
- Use the bisection method to solve for a zero of an equation.
- brent
- Use Brent’s method to find the root of a function
- itp
- Find the root of an equation using the ITP method.
- muller_polynomial
- Use Mueller’s method on a polynomial. Note this usually requires complex numbers.
- newton
- Use Newton’s method to find a root of a vector function.
- newton_polynomial
- Use Newton’s method on a polynomial.
- secant
- Use secant method to find a root of a vector function.
- steffensen
- Use steffenson’s method to find a fixed point