搜索资源列表
Newton-Raphson Power Flow Calculation
- 牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimental data and mathematical expression made
newton chazhi
- 牛顿插值的差商迭代算法-Newton interpolation algorithm to poor
Newton
- 牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
newton插值绘制曲线
- 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
Newton-Raphson Power Flow Calculation
- 牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimental data and mathematical expression made
Newton-Raphson
- 非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-nonlinear equations of Newton-Shift example of ways, it should be more useful
newton
- 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根-Newton (Newton s method), also known as Newton- Raphson method (Newton-Raphson method), it is a real numbe
Newton-Raphson(C++)
- Newton-Raphson(C++)非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-Newton-Raphson (C++) Nonlinear equations of Newton- methods拉斐森example, it should be more useful
Newton-Raphson
- Newton-Raphson numerical method
Newton-Raphson_tansuxinghengjia
- 利用Newton-Raphson法求解平面弹塑性桁架源程序 -Using Newton-Raphson method to solve elastic-plastic truss plane source
newton-raphson-method
- it s a source code to compute newton-raphson method!
Newton
- This code would calculate the approximate root of any polynomial using Newton Raphson Method
Newton-Raphson_power_flow
- 基于牛顿—拉夫逊法编写的潮流计算程序,采用的是IEEE标准输入格式,该程序通俗易懂,适应力较强。-Based on Newton- Raphson power flow calculation program written in, using the IEEE standard input format, the program is user-friendly, adaptable and strong.
Newton-Raphson
- Newton-Raphson算法是求解非线性方程组和有限元的主要程序,是工程人员的必会的算法-Newton-Raphson algorithm for solving nonlinear equations and the finite element of the main program, the engineering staff of the algorithm will
Newton-raphson-method
- Newton Raphson method with matlab
Load-flow-newton-raphson
- Load flow with newton rphson algorithm m file matlab code
newton-raphson
- Newton-Raphson method for all real roots of the polynomial 计算多项式实根的Newton-Raphson算法源代码-nonlinear fitting
Newton Raphson Method On Power Flow
- newton raphson for calculate power flow
Newton-Raphson Method
- Newton-Raphson, Modified Newton-Raphson算法的计算原理(The calculation principle of Newton-Raphson and Modified Newton-Raphson algorithm)
Newton-Rapshon Optimization
- The following code allows you to optimize non-linear functions using the algorithm of newton raphson. Analytical derivatives are used, the gradient and the Hessian matrix of the function to find maxima and minima. Two ex