Description:
Math/Solvers
B
BisectionZero - Use bisection method to find the zero crossing of a function.
L
LEPDS - Solves the problem ax = b when a is positive definite symmetric
M
ModNewt - Finds the solution to f(x) = 0 given derivative information.
N
NLEqSolver - Solves a set of equations for zero using Newton s method.
NLEqSolverWrapper- Wraps the Newton s method solver by trying several values.
NewtRaph - Finds the solution to f(x) = 0 given df(x)/dx when only one root is possible
To Search:
File list (Check if you may need any files):
Solvers
.......\BisectionZero.m
.......\Contents.m
.......\LEPDS.m
.......\ModNewt.m
.......\NewtRaph.m
.......\NLEqSolver.m
.......\NLEqSolverWrapper.m