Bisection
Versión 1.0.0.0 (1,8 KB) por
Wolfgang Putschögl
Computes the root of a function f by bisectioning.
Computes the root of a continuous function f in the interval [a,b] by bisectioning.
For this algorithm the function values of endpoints must differ in sign.
Usage: [c,fc,err] = bisection(f,a,b,delta)
Input arguments:
f function
a left endpoint
b right endpoint
delta error tolerance
Output arguments:
c solution
Optional Output arguments:
fc function value of solution
err error estimate
Citar como
Wolfgang Putschögl (2026). Bisection (https://la.mathworks.com/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Mathematics and Optimization > Partial Differential Equation Toolbox > Domain-Specific Modeling > Electromagnetics >
Más información sobre Electromagnetics en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: Bisection Method Root Finding
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
