Code covered by the BSD License
-
bisection(strEqn,strVar,a,b,t...
BISECTION finds a solution to f(x) = 0 using the bisection method
-
fixedpoint(strEqn,strVar,p0,t...
FIXEDPOINT uses the fixed-point method to solve for a root of f(x)
-
muller(strEqn,strVar,p0,p1,p2...
MULLER uses the Muller's method to solve for a root of f(x)
-
newton(strEqn,strDer,strVar,p...
NEWTON uses the Newton-Raphson method to solve for a root of f(x)
-
View all files
Numerical Analysis Functions 1
by Jonathan Lister
25 Sep 2010
Functions for the Bisection, Fixed-Point, Newton-Raphson, and Muller's methods.
|
Watch this File
|
| File Information |
| Description |
Numerical analysis functions that employ the Bisection, Fixed-point, Newton-Raphson, and Muller's methods. Each returns a root for a given function, and optionally a iteration table.
*** Symbolic Toolbox is NOT REQUIRED *** |
| MATLAB release |
MATLAB 7.11 (2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com