-
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
-
Quatre_QAM_AWGN
modulation ofdm qutre qam sur canal awgn
- 2012-01-09 04:51:59下载
- 积分:1
-
mangqu
AFD与AFDPF盲区对应的MATLAB程序.(the NDZ of AFD and AFDPF detection method corresponding MATLAB program.)
- 2021-03-27 10:29:12下载
- 积分:1
-
5678799
免疫算法和粒子群算法结合后用于求解多目标无功优化(
Immune algorithm and particle swarm algorithm is used to solve with more reactive power optimization goal
)
- 2021-04-11 10:48:58下载
- 积分:1
-
lpf
Low pass filter . Using hamming window and and FIR
filtering
- 2009-11-02 11:52:40下载
- 积分:1
-
OceanAcoustic
海洋声传播计算程序,包括ffp方法、pe方法、简正波方法、射线方法等(include ffp pe normal mode ray method)
- 2010-11-12 16:36:42下载
- 积分:1
-
esprit_basic2
采用第二种ESPRIT算法,进行空间阵列信号频率估计(ESPRIT algorithm using the second, the spatial array signal frequency estimation)
- 2010-05-24 17:27:30下载
- 积分:1
-
burst
这是激光猝发信号的信号模拟,他是信号模拟的基础,也是信号调制与解调的信号源。(This is a laser burst signal analog signal, he is the basis of signal simulation is the signal modulation and demodulation of the signal source.)
- 2011-06-12 13:29:12下载
- 积分:1
-
invgrad
梯度法反演方法的实现,含有实例函数的极小值优化(gradient method)
- 2012-05-10 17:15:18下载
- 积分:1
-
matlab-fast-deal-xlsfile-and-txt
根据选择的txt文件内的内容,让matlab自动从任意excel文件里提取相应内容。涉及快速读写大型excel文件、matlab正则表达式。(Based on the contents of the selected txt file, matlab automatically extracted from any excel file. Involving fast reading and writing large excel files、matlab regular expressions.)
- 2012-12-29 15:11:28下载
- 积分:1