搜索资源列表
nNewton
- 该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
nr14
- IEEE14节点潮流算法,牛顿法,考虑了节点顺序优化-IEEE14 node flow algorithm, Newton method, consider a node sequence optimization
niudunchaoliu)
- 能进行牛顿法的电力电力系统的潮流计算而且它的收敛性很好已经进行了测试-Newton' s law can be the power flow calculation of power system
mathematicalprogrammingcode
- 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
Newton
- 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
niniudun
- 无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
matlab
- test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
MATLAB
- 分别用牛顿法、最速下降法、二分法求解非线性方程,用MATLAB编写这些程序-Respectively Newton, steepest descent method, for solving nonlinear equations dichotomy, these programs using MATLAB
matlab-Code
- 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
牛顿拉夫逊法计算潮流
- 牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
newton-feixianxingfangcheng
- MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
机器学习第二次实验
- 机器学习第二次作业实验二,通过MATLAB编程,运用牛顿法收敛速度快,可用(Machine learning second job experiments two, through MATLAB programming, the use of Newton method, fast convergence.)
基于MATLAB的牛顿拉夫逊法电力潮流计算与实现
- Power flow program MATLAB based on Newton Raphson method
14节点配电网牛拉法潮流计算程序
- 牛顿拉弗逊法潮流计算程序(matlab)(newton-raphson method power flow calculation program (matlab))
数值分析上机
- 高斯法,牛顿法,最小二乘法,二分法等实现数值分析计算。(The Gauss method, the Newton method, the least square method, the dichotomous method and so on are used to calculate the numerical analysis.)
牛顿插值法matlab程序代码
- 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of Newton interpolation method.)
最优化方法及其matlab程序设计
- 最优化方法的matlab实现,牛顿法,高斯牛顿法,LM法等(The matlab implementation of the optimization method)
牛顿法潮流计算matlab
- 用于电力系统9节点牛顿拉夫逊潮流计算matlab(9 node power flow calculation for power system matlab)
subject_1
- 基于MATLAB的带回溯线搜索的牛顿法求解算例。(A numerical example of Newton method with traceback search based on MATLAB is given.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个