搜索资源列表
MatlabNLP
- matlab 牛顿 单纯形法 最优化理论 matlab 牛顿 单纯形法 最优化理论
newton
- 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
matlab
- 本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
59808799MATLAB
- matlab牛顿法求最优化问题-matlab newton
matlabP
- matlab 的牛顿插值法,以及三次样条插值法。大家可以借鉴一下。-Newton interpolation matlab and cubic spline interpolation. We can learn from it.
Numerical-Methods-for-PDE
- 一、椭圆型偏微分方程 1. Helmholtz方程 及 特例(Possion方程, Laplace方程); Helmholtz.m possion 2. 满足牛顿边值条件的Helmholtz方程;Helmholtz_Newton.m 二、抛物线型偏微分方程 1. 显式前向欧拉法 EF_Euler.m 2. 隐式后向欧拉法 IB_Euler.m 3. Grank-Nicholson法 Grank_Nicholson.m 4. 二
power-flow-calculation-withMATLAB
- MATLAB经典潮流计算代码,采用的是牛顿拉夫遜法,木器哦按实用最为广泛-Classic MATLAB flow calculation code, using the Newton Raphson method, the most widely used wood oh by practical
function
- 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
Newton
- 牛顿插值法的MATLAB实现,信号分析处理 综合实验6的必须选择部分, 信号分析处理高级要求。-Newton interimpose method, for signal process and analysis advanced lab of such a class.
Newton-Raphson-method-flow-program
- 自己用牛顿拉夫逊法计算电力系统潮流的MATLAB程序-Their use Newton Raphson power flow calculation MATLAB program
matlab-8.1
- ieee33节点的牛顿拉夫逊法matlab潮流程序-ieee33 node Newton method matlab program
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)
最优化-牛顿法
- 实现牛顿法和618法,利用MATLAB程序,(The Newton and 618 method is realized and the MATLAB program is used)
牛顿迭代法matlab程序
- 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。