scalar

Functions

false_position(func, bracket_min, bracket_max)

The false position method (often known by its latin name, regula falsi) is a bracketed root-finding method that uses linear interpolation to iteratively approximate the root of a nonlinear function.

secant(func[, root_guess, step_size, ...])

rtype:

numpy.ndarray