搜索资源列表
Newton
- matlab 牛顿法迭代,为数值分析课上的作业,用借鉴于其他的迭代计算中.
2
- matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
2
- matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
jiangchengzhi
- 本代码为在matlab下利用牛顿迭代法求解非线性方程的函数.m文件。-The code using Newton iteration method for solving nonlinear equations function. M file in matlab.
newton
- 牛顿迭代法 数值分析 求解方程组的解 这是一个matlab程序代码-newton iteration method
ninewton
- 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
newton-iteration
- matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
mulVNeton
- matlab 的拟牛顿方法,减少计算导数带来的计算量的一种迭代方法,用来计算非线性问题。-matlab quasi-Newton methods to reduce the computational calculation of the amount of the derivative of an iterative method to calculate the nonlinear problem.
hanshu
- MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
MATLAB
- 几个matlab程序,包括牛顿迭代、雅各比算法以及龙贝格、史蒂芬孙方法。-Several matlab procedures, including Newton iteration algorithm and Jacoby Romberg, Stephenson methods.
Newton_diedai
- 牛顿迭代法的MATLAB程序,输出计算结果-Newton iterative method MATLAB program outputs the calculation result
CircleFit
- 能够进行平面圆的拟合 matlab语言,牛顿迭代法-Be able to fit the plane circle
牛顿迭代法求方程的根
- 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
Power Flow6.23
- MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个