Tag: Rootfinding
-
Calculates the zeros of a function using Aitken acceleration.
-
Calculates the zeros of a polynomial using Bernoulli's algorithm.
-
Calculates the zeros of a function using the bisection method.
-
Calculates the zeros of a function using Brent's method.
-
Calculates the zeros of a function using the Regula-Falsi method.
-
Calculates the zeros of a function using Muller's method.
-
Calculates the zeros of a function using Newton's method.
-
Calculates the zeros of a function using the secant method.