Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - newton
Search - newton - List
DL : 0
给定一个三次方程,用Newton法求解,并研究各种算法的收敛阶数.-Given a cubic equation using Newton method and to study the convergence of various algorithms order.
Update : 2024-05-08 Size : 1024 Publisher : lidiandian

DL : 0
牛顿法解决微分方程的实现代码,求解误差很小-Newton method to solve differential equations realize code, to solve a very small error
Update : 2024-05-08 Size : 6144 Publisher : fqihang

DL : 0
数值分析中牛顿插值算法,运行稳定,并能画出最后的插值曲线-Numerical analysis of Newton
Update : 2024-05-08 Size : 35840 Publisher : yanghy

DL : 0
基于c语言的电力系统潮流计算程序(牛顿拉夫逊算法)-C language-based Power Flow Calculation Program (Newton Raphson algorithm)
Update : 2024-05-08 Size : 2048 Publisher : 关洪浩

DL : 0
IEEE14节点的牛顿拉夫逊算法进行潮流计算,希望对同仁们有所帮助。-IEEE14 node Newton Raphson power flow calculation algorithm, and they hope to be helpful to colleagues.
Update : 2024-05-08 Size : 1024 Publisher : Mentis

DL : 0
用牛顿迭代法来求解函数近似解,不同的迭代方法,收敛速度是不一样的-Using Newton iteration to solve the function of the approximate solution, different iterative methods, convergence rate is not the same as
Update : 2024-05-08 Size : 1024 Publisher : 白雪

DL : 0
最优化方法newton法求极值的vc++实现 环境:vs2008-Optimization method newton method extremum vc++ Realize the environment: vs2008
Update : 2024-05-08 Size : 7270400 Publisher : Wangyunhong

DL : 0
牛顿法求表达式的极值 环境vs2008-Newton method for the expression of extreme vs2008 environment
Update : 2024-05-08 Size : 34816 Publisher : Wangyunhong

牛顿迭代法的vc#实现源代码,很不错的哦,大家-Newton iteration of vc# Realize the source code, it is good Oh, U.S.
Update : 2024-05-08 Size : 1024 Publisher : gtf

DL : 0
Newton法解方程,经典的求解方程的算法,基于其上演变出了很多种其它的方法-Newton method solution of equations, the classical algorithm for solving equations, based on its evolution from a very wide range of other methods
Update : 2024-05-08 Size : 252928 Publisher : yang

DL : 0
该程序为用牛顿迭代法解方程的C++程序,只要输入初始值,就可以算出方程的近似解-The procedure for the use of Newton iteration solution of Equation C++ Procedures, as long as the input initial value, we can calculate the approximate solution of equation
Update : 2024-05-08 Size : 10240 Publisher : 王芳

DL : 0
介绍了newton插值的Mtlab程序,程序简单易懂,有助于对newton插值的了解。-Introduction of the newton interpolation Mtlab procedures, the procedures simple and easy to understand, contribute to the understanding of newton interpolation.
Update : 2024-05-08 Size : 3072 Publisher : pplovefox

DL : 1
牛顿下山法求解非线性方程组问题,同时其中的例子可以修改,具体见readme-Newton downhill method to solve nonlinear equations, while an example of which can be amended, see specific readme
Update : 2024-05-08 Size : 3072 Publisher : shandy

牛顿法解非线性方程组输入系数可直接运行的-Newton Method with input coefficient of nonlinear equations can be directly run
Update : 2024-05-08 Size : 239616 Publisher :

DL : 0
数值算法,牛顿算法源码,动态演示过程,JAVA源码-Numerical algorithm, Newton algorithm source code, dynamic presentation process, JAVA source
Update : 2024-05-08 Size : 1024 Publisher : 张辉

DL : 0
Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。 同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。 -err
Update : 2024-05-08 Size : 1024 Publisher : 杨霄

matlabnlcl
DL : 0
基于matlab编程的牛顿-拉夫逊潮流计算的程序代码-Matlab programming based on Newton- Raphson power flow calculation program code
Update : 2024-05-08 Size : 5120 Publisher : shikay

DL : 0
此程序为MATLAB计算非线性方程组的程序-This procedure for calculating the nonlinear equations MATLAB procedure
Update : 2024-05-08 Size : 1024 Publisher : yang

DL : 0
基于MATPOWER修改而成的潮流计算软件,可以采用直流潮流法、牛顿拉夫逊法、PQ分解法与高斯-塞代尔法解算IEEE9-300节点的潮流。 -MATPOWER modifications made based on the flow calculation software, DC power flow method can be used Newton Raphson method, PQ decomposition method and the Gauss- Cypriot dayr Act solver IEEE9-300 nodes trend.
Update : 2024-05-08 Size : 254976 Publisher : 王力

牛顿拉夫逊算法进行潮流计算,希望能对大家的学习有所帮助,-Newton Raphson power flow calculation algorithm the hope that it can help everyone to learn,
Update : 2024-05-08 Size : 2048 Publisher : 王力
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.