image thumbnail

Bisection Method Root Finding

versión 1.16 (6.95 KB) por Sky Sartorius
Very simple to use and robust method that takes array inputs, so it even has advantages over fzero.

5,8K descargas

Actualizada16 May 2021

de github

Ver licencia en GitHub

BISECTION is a fast, simple-to-use, and robust root-finding method that handles n-dimensional arrays.

其他可选输入和输出,以获得更多的控制和功能,这些输入和功能不存在于双分配方法或其他root查找功能(例如fzero)中。
This function really shines in cases where fzero would have to be implemented in a loop to solve multiple cases, in which case this will be much faster.

它可以找到零或非零根。

This code can be a bit cryptic. This is for the sake of speed and increased capability. See the many acknowledged other submissions for simpler, easier-to-follow implementations to understand the basics of the bisection method.

Citar como

Sky Sartorius(2022)。Bisection Method Root Finding(https://github.com/sky-s/bisection), GitHub. Recuperado.

compatibilidad conlaversióndematlab
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
视窗 macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

开始狩猎!
Para consultar o informar de algún problema sobre este complemento de GitHub, visite elRepositorio de Github.
Para consultar o informar de algún problema sobre este complemento de GitHub, visite elRepositorio de Github.