![]() |
Index for K25104\NonlinearSystems ![]() |
![]() | Implements bisection method to find a root, f(x)=0 |
![]() | Usage example for bisection |
![]() | Usage example for bisection |
![]() | implements Brent's algorithm to find a solution of f(x)=0; |
![]() | Usage example for Brent |
![]() | Implements the Bus and Dekker algorithm to find a solution of f(x)=0; |
![]() | Usage example for Bus_Dekker |
![]() | Implements Halley's method to find root of f(x)=0 |
![]() | Usage example for Halley |
![]() | Usage example for Halley |
![]() | Calculates the basins of attractions when Halley's method |
![]() | Usage example for HalleyFractal |
![]() | Implements inverse quadratic interpolation method to find root of f(x)=0 |
![]() | Usage example for inv_quad_it |
![]() | Usage example for inv_quad_it |
![]() | Implements Newton method to find root of f(x)=0 |
![]() | Usage example for Newton_Raphson |
![]() | Usage example for Newton_Raphson |
![]() | Calculates the basins of attractions when the Newton method for root |
![]() | Usage example for NewtonFractal |
![]() | Implements regula falsi algorithm to find root of f(x)=0 |
![]() | Usage example for regula_falsi |
![]() | Usage example for regula_falsi |
![]() | Implements secant method algorithm to find root of f(x)=0 |
![]() | Usage example for secant_method |
![]() | Usage example for secant_method |