文件名称:Solvers
介绍说明--下载内容均来自于网络,请自行研究使用
求解器方程
BisectionZero.m 使用二分法求解方程的过零点;
LEPDS.m 求解方程ax = b,a为正定对称矩阵;
ModNewt 给定微分,求解方程f(x) = 0;
NLEqSolver.m 使用牛顿法求解方程;
NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程;
NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。-
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
BisectionZero.m 使用二分法求解方程的过零点;
LEPDS.m 求解方程ax = b,a为正定对称矩阵;
ModNewt 给定微分,求解方程f(x) = 0;
NLEqSolver.m 使用牛顿法求解方程;
NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程;
NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。-
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Solvers
.......\BisectionZero.m
.......\Contents.m
.......\LEPDS.m
.......\ModNewt.m
.......\NewtRaph.m
.......\NLEqSolver.m
.......\NLEqSolverWrapper.m