Muller's method is a numerical technique used to find roots of a real-valued function. It is an iterative approach that generalizes the secant method by approximating the root using a quadratic polynomial rather than a linear one. This allows for potentially faster convergence, particularly when the function has complicated behavior.
New to topics? Read the docs here!