-
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
-
BPAlgorithm
BP算法用MATLAB语言的实现方法 文献内系统讲述了BP网络的定义 算法 建模和应用的知识,方便大家学习使用(BP Algorithm Implementation with MATLAB language)
- 2010-05-09 14:48:34下载
- 积分:1
-
zhongzhilb
一个比较简单的中值滤波,程序比较短也比较容易懂,matlab编写(a relatively simple median filter, a relatively short procedure is relatively easy to understand, and the preparation of Matlab)
- 2007-04-24 09:12:13下载
- 积分:1
-
SINS
用四元数法进行姿态解算的matlab程序。(Quaternion method attitude algorithm matlab program.)
- 2013-10-28 14:19:58下载
- 积分:1
-
Solving_ODEs_with_Matlab_Instructors_Manual
these codes are for solving OED with matlab
- 2009-05-17 23:07:32下载
- 积分:1
-
461329252dfig
this is model of wind turbine, and doubly fed induction generator, connected to distribution grid
- 2015-01-23 22:03:53下载
- 积分:1
-
Digital-Identification
基于matlab编写的源码 做简单的数字识别(Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification)
- 2014-01-09 20:40:48下载
- 积分:1
-
采用matlab针对地震波反应谱进行转换 Seismic wave response spectrum converter
采用matlab针对地震波反应谱进行转换(Seismic wave response spectrum converter)
- 2020-06-23 04:00:01下载
- 积分:1
-
NFolder
matlab coding of bpsk
- 2010-11-23 18:15:49下载
- 积分:1
-
自适应滤波程序
内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!(m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!)
- 2005-04-27 12:49:50下载
- 积分:1