-
newton_raphson
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)
- 2008-06-16 10:38:48下载
- 积分:1
-
BP
说明: 创建bp神经网络,实现对车辆速度进行预测的matlab程序(Establish BP neural network to realize the matlab program of vehicle speed prediction)
- 2020-04-30 18:40:59下载
- 积分:1
-
floyd
利用floyd算法能解决最短路径的选择功能还有最短路径的距离(Use of Floyd algorithm can solve the shortest path choice function and the shortest path distance)
- 2011-09-11 07:53:16下载
- 积分:1
-
UMPJ
简化的不平衡磁拉力(UMP)作用于结构,得到动力学作用下的响应。(simply unbalanced magnetic pull and rotor center orbit is gotten)
- 2013-11-23 20:14:22下载
- 积分:1
-
efinger[1]
一个关于指纹识别的MATLAB编程,对大家会有帮助的(A fingerprint identification on MATLAB programming, it would be helpful to everyone)
- 2010-01-05 09:51:04下载
- 积分:1
-
fenxin_tree
这个程序是用来构造的分形树的。其中的参数可以自由甚至。(This procedure is used to construct the fractal tree. The parameters can even free.)
- 2006-11-01 19:14:35下载
- 积分:1
-
chaos-rossler1
rossler混沌系统图像,u取不同参数时的6种混沌状态(rossler chaotic system images, u for different parameters of the six Chaos)
- 2007-04-03 09:51:48下载
- 积分:1
-
vectoriel
this is a matlab file that contains a simulink simulation of a vctor control using simulink blocs of matlab
- 2014-12-31 22:03:27下载
- 积分:1
-
Codes
Ofdm based cognitive radio networks
- 2013-04-14 20:35:40下载
- 积分:1
-
iterative-oilprice-forcast
采用ARX进行建模,迭代的方法进行油价预测,油价数据从国际网站上下载,预测效果较好(ARX modeling)
- 2013-11-27 11:15:00下载
- 积分:1