文件名称: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/
Solvers/BisectionZero.m
Solvers/Contents.m
Solvers/LEPDS.m
Solvers/ModNewt.m
Solvers/NewtRaph.m
Solvers/NLEqSolver.m
Solvers/NLEqSolverWrapper.m
Solvers/BisectionZero.m
Solvers/Contents.m
Solvers/LEPDS.m
Solvers/ModNewt.m
Solvers/NewtRaph.m
Solvers/NLEqSolver.m
Solvers/NLEqSolverWrapper.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.