Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - newton
Search - newton - List
DL : 0
改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equation : given interval [0,1] on the random number (subject to uniform distribution) as the root equation p*. set up your classes at a3, after learning of the double-digit for a1 and a2, so you get the three equations for example : Your 31 classes on the 12th, then your equation is 21x3 60x2 2x a0 = 0 forms. the equation coefficients a0 you get from the root of p* to determine.
Update : 2024-05-08 Size : 1024 Publisher : 董方

DL : 0
单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-single- variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.
Update : 2024-05-08 Size : 3072 Publisher : 陈镇静

牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等-Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
Update : 2024-05-08 Size : 18432 Publisher : wan

DL : 0
这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
Update : 2024-05-08 Size : 3072 Publisher : 刘晓朱

DL : 0
这是一种不错的牛顿算法,是老外编的,大家看看吧~-This is a good Newton algorithm, is a foreigner series, we look at it ~
Update : 2024-05-08 Size : 8192 Publisher : 李菲

牛顿插值法,牛顿插值法 牛顿插值法 -Newton interpolation method, the Newton's interpolation Newton inte rpolation Newton inte rpolation Newton interpolation
Update : 2024-05-08 Size : 1024 Publisher :

计算方法中的newton插值法的C++源程序-calculation of chemotherapy interpolation C source
Update : 2024-05-08 Size : 9216 Publisher : 王宝华

DL : 0
该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differential equations, square root of improvement, chasing method, etc.
Update : 2024-05-08 Size : 20480 Publisher : 叶建槐

电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
Update : 2024-05-08 Size : 2048 Publisher : 张薛巍

我的一个MATLAB牛顿插值程序 我还很菜 请多多指教 批准加入 谢谢!-a MATLAB Newton interpolation procedures, I also ask you to enlighten vegetables approval Thank you!
Update : 2024-05-08 Size : 1024 Publisher : Johns

基于MATLAB的电力系统潮流牛顿的 源程序-MATLAB-based power flow Newton of the source
Update : 2024-05-08 Size : 3072 Publisher :

DL : 0
是利用matlab程序编写的牛顿插值公式的应用实例的源代码-using Matlab programming Newton interpolation formula examples of the application source code
Update : 2024-05-08 Size : 1024 Publisher : lesda

DL : 0
数值分析作业源码,NEWTON插值算法,输出计算结果。请高手多指点!-source, the Newton-interpolation algorithm, and the output results. 19:56 urged more!
Update : 2024-05-08 Size : 34816 Publisher : susan

DL : 0
这个程序可以实现牛顿环(Newton s rings)的演示, 其中可调参数包括波长, 透镜曲率半径及最低点空气缝隙的厚度.参数的调节是通过欢快实现的,其中颜色 随波长近似的变化. 本程序可以增进读者对牛顿环的理解.-this procedure can be achieved Newton Central (Newton's rings) demonstration. with adjustable parameters including wavelength, lens curvature radius and minimum thickness of the air gap. Parameter adjustment is achieved through the jubilant, With these color changes in the wavelength approximation. The procedure can improve readers to understand the Newton ring.
Update : 2024-05-08 Size : 1024 Publisher : 祝继华

DL : 0
Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
Update : 2024-05-08 Size : 48128 Publisher : XL

牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
Update : 2024-05-08 Size : 1024 Publisher : 文理

matlabEOM
DL : 1
拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use of derivative solving differential (differential), the equations of N = 4 Runge- Kutta method. Jacobian Davis iterative method of solving equations AX = B, least squares polynomial fitting, portfolio Simpson formula for integration, with a triangular decomposition method of solving equations AX = B.
Update : 2024-05-08 Size : 7168 Publisher : wangshen

DL : 0
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值 % delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵 % e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value
Update : 2024-05-08 Size : 7168 Publisher : mmcc

DL : 0
* 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation* Coordinate output : function return values for the second interpolation point coordinates
Update : 2024-05-08 Size : 3072 Publisher : xuyan

DL : 0
采用matlab编程实现基于牛顿拉夫逊算法的电力系统潮流计算。-using Matlab programming based on the Newton Raphson algorithm for the power flow calculation.
Update : 2024-05-08 Size : 2048 Publisher : 鲁鲁
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.