-
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
-
0078
说明: 提取基因周期方法运用了MATLAB程序,还可以看看吧(tiqujiyinzhouqifangfa)
- 2010-04-24 20:54:29下载
- 积分:1
-
seven-dugoff-model
基于matlab/simulink的整车七自由度模型。(seven_dugoff vehicle model)
- 2021-03-30 16:59:09下载
- 积分:1
-
BOOST_HALF_BRIDGE_500W_300Vo
matlab仿真的boost升压电路,应用于光伏发电逆变并网中。(The boost circuit, boosting circuit is applied to the simulation model of photovoltaic power generation in the.)
- 2013-05-25 12:36:55下载
- 积分:1
-
musicchangespeed
music change speed中,jiasu.m是让一首音乐旋律速度加快播放,jiansu.m是让一首音乐旋律速度减慢播放,两个情况下都不改变音乐的基调。(Music change speed, jiasu.m is to allow a faster melodic playing, jiansu.m is to make a musical rhythm to slow down play, the two cases do not change the tone of music.)
- 2009-11-13 15:28:32下载
- 积分:1
-
pwmnibian
pwm单极性调制和双极性调制电路,开环电路(Pwm unipolar modulation and bipolar modulation circuit, open loop circuit)
- 2017-06-15 12:31:29下载
- 积分:1
-
bar_mechanism
这个Matlab程序用来仿真和分析六杆机构运动学,从而理解机构运动的原理。
(This program is my Dynamic machine project in mechanical engineering department of Amirkabir University of Technology. (www.aut.ac.ir) This program simulate and analyze the 6 bar mechanism indicated in HELP.pdf By running it: • you can see the simulation of mechanism motion • analysis figures)
- 2009-05-04 10:26:12下载
- 积分:1
-
MLNewton-Raphson
Maximum Likelihood
Local search scheme: Newton-Raphson algorithm
- 2015-01-19 01:42:55下载
- 积分:1
-
MatlabTutorial
A tutorial for beginners in matlab
- 2010-01-19 23:11:15下载
- 积分:1
-
Communication_system_simulation_matlab
说明: 通信系统的matlab仿真实例,有源代码和仿真图在里面,可供参考(Matlab simulation example communication system, source code and simulation diagram on the inside, for reference)
- 2010-04-08 10:20:16下载
- 积分:1