-
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
-
ChaosAttractors
混沌工具箱 混沌Logistic 映射与混沌吸引子(chaos toolbox Logistic)
- 2010-12-25 20:32:55下载
- 积分:1
-
CA-MOEA_PlatEMO
说明: 基于聚类的不规则Pareto前沿多目标优化的自适应进化算法(A clustering based adaptive evolutionary algorithm for multi-objective optimization with irregular Pareto fronts)
- 2020-07-16 21:28:22下载
- 积分:1
-
matlabgoodproduce
matlab非常实用的程序 包括图像 函数 供初学者学习 很好用 (matlab very useful function of the program, including images used for beginners to learn good)
- 2009-06-07 00:47:15下载
- 积分:1
-
data-fitting
this program fits a set of data, using customized function.
- 2011-05-21 08:26:28下载
- 积分:1
-
BerMass
The example below encodes one message words using Reed-Solomon encoder. It then corrupts the code by introducing two errors in the codeword, Then BerMass tries to the connection weight vector A and its roots R that it used to know error location.
- 2012-04-24 15:32:52下载
- 积分:1
-
TSP
TSP用matlab来实现,能够实现简单的图像功能,同时能够快速的找到最优点(TSP using matlab to achieve, to achieve a simple image function while being able to quickly find the most advantages)
- 2013-10-16 22:47:33下载
- 积分:1
-
dpdsimulation_matlab
基带数字预失真DPD算法,实现对功放的非线性矫正,以及功放的模型实现。(Baseband digital predistortion DPD algorithm to achieve nonlinear amplifier correction, as well as the amplifier model implementation.)
- 2014-07-09 10:35:10下载
- 积分:1
-
ChannelDistoration
ChannelDistoration.m实现了相同的数字信号分别经过无失真信道、幅度失真信道、相位失真信道和幅、相失真信道时的输出信号畸变情况。(ChannelDistoration.m realized through the same digital signals without distortion channel, amplitude distortion channel, the channel phase and amplitude distortion, phase distortion of the output signal of the channel when the aberration.)
- 2014-11-04 09:43:07下载
- 积分:1
-
求解非线性方程组
说明: 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数(positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions)
- 2006-02-26 13:17:52下载
- 积分:1