搜索资源列表
详细推导了复平面上牛顿迭代法的原理和计算公式
- 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
MATLAB
- 电力系统潮流计算的计算机算法,根据牛顿-拉夫逊法计算。-Power Flow Calculation of the computer algorithm, according to Newton- Raphson method.
MATLAB
- 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
MATLAB
- 电力系统分析牛顿拉夫逊法就算潮流主程序及各个子程序合计牛拉法-Power Systems Analysis Newton Raphson even if the trend of the main program and each subroutine Total cattle Rafah
matlab
- Matlab牛顿插值法源文件;拉格朗日插值法源文件:及其仿真结果-Matlab the Newton Interpolation for source files the Lagrange interpolation source file: its simulation results
shuzhifenxi-matlab
- 用二分法求解f(x)=x^2-4sin (x)-0.1=0 用牛顿法求解f(x)=x^3-7x^2+14x-8=0 -Using dichotomy to solve f(x)=x^2-4sin (x)-0.1=0 Newton method f(x)=x^3-7x^2+14x-8=0
Newton iterative algorithm and matlab code
- 文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical
matlab牛顿法解方程
- 提供MATLAB软件利用牛顿法进行方程求解的程序代码,简单易懂