搜索资源列表
iamatlab
- 免疫算法解非线性方程组matlab源程序,很好用-immune algorithm for solving systems of nonlinear equations Matlab source, easy to use
budongdian
- 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.
Broyden
- 此程序为解非线性方程组的逆Broyden秩1迭代法,为MATLAB源程序
chengxu
- 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
feixianxing
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
mulNewtonSOR
- 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
Newton
- 利用牛顿法和拟牛顿法解非线性方程组,实验验证有效。-Newton method and quasi Newton method for solution of nonlinear equations, which has been experimentally verified and proven to be useful.
Taylor
- Taylor算法,可以用于解非线性方程组-Taylor algorithm, can be used for solving the nonlinear equations
newton2
- 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
nonlinear-equation
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
mulGSND-mulGXF1
- mulGSND mulGXF1 解非线性方程组 非常好用的算法 希望大家能用到 -Nonlinear equations is very useful method to hope that we can
mulDNewton-mulFastDown
- mulDNewton mulFastDown 解非线性方程组的方法 希望能帮到大家-mulDNewton mulFastDown method of solving the nonlinear equations we hope to help
mulNumYT-mulRank1
- mulNumYT mulRank1 解非线性方程组 很实用的算法-mulNumYT mulRank1 nonlinear equations is very practical algorithm
shili98
- 制作运用Newton迭代法解非线性方程组的用户界面-Making use of Newton iterative method for solving nonlinear equations of the user interface
The-solution-of-nonlinear-equations
- 该例是个解非线性方程组的很有用的方法,解非线性方程组是个很大的难题。-The solution of nonlinear equations。and the solution is called muldNewton,and it is vary useful。
newton_method
- 基于matlab应用牛顿法解非线性方程组-the matlab Newton method for solving nonlinear equations
有理由求非线性方程组的解
- 学习解非线性方程组,有理由求非线性方程组的解,十分简单,新手很容易掌握-Learning to solve nonlinear equations, there is reason to seek the solution of the nonlinear equations, very simple, the novice can easily grasp
bin
- 亲测可用,程序简洁。可适用于绝大多数方程组求解。(Pro test is available and program is concise. It can be used to solve most equations.)
计算方程组-1
- 该程序可用来求解计算复杂的非线性方程组的解析解,对初学者有一定参考价值(The program can be used to solve the analytic solution of complex nonlinear equations, and has some reference value for beginners)
秩1拟牛顿法解非线性方程组
- 利用拟牛顿迭代的方法,求非线性方程组的数值解的matlab程序,经验证该程序有很难好的求解能力和收敛性。