-
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
-
Matlab
统计分析用的一些常用方法,比如回归、聚类、主成分分析、线性回归等的matlab程序(Some commonly used statistical analysis methods, such as regression, clustering, principal component analysis, linear regression of the matlab program)
- 2011-06-04 21:19:19下载
- 积分:1
-
naturalfreq
Natural frequency of shell bubble compare to free bubbles
- 2014-02-26 02:37:45下载
- 积分:1
-
FDTD_debug
利用matlab编写的平面波程序,很好的资料,有用者可以参考参考。(matlab compile program)
- 2009-11-18 12:12:58下载
- 积分:1
-
package_emd
经验模态分解(EMD)方法(平稳化过程)是一种全新的处理非平稳数据序列的方法,其基本思想是:假如一个原始数据序列X(t)的极大值或极小值数目比上跨零点(或下跨零点)的数目多两个(或两个以上),则该数据序列就要进行平稳化处理(Empirical Mode Decomposition (EMD) method (a smooth process) is a new deal with non-stationary data sequence method, the basic idea is: If a raw data sequence X (t) the maximum or minimum number of than the cross-zero (or under the cross-zero) number more than two (or more), then the data is necessary to carry out a smooth sequence of treatment)
- 2008-05-05 21:58:09下载
- 积分:1
-
lsb_all
用matlab实现对图片的lsb算法的嵌入和提取,嵌入和提取方便简便,易懂。效率高(Using matlab to achieve the picture of the lsb embedding and extraction algorithms, embedding and extraction is simple convenient, easy to understand. High efficiency)
- 2011-08-01 10:05:41下载
- 积分:1
-
turbo
matlab turbo的实现,转载于某人的书(matlab turbo)
- 2011-09-03 11:51:52下载
- 积分:1
-
Matlab函数逼近与拟合.part7
Matlab 函数逼近与拟合...
有理函数逼近... 常用的正交多项式逼近..各种最小二乘拟合...连分式逼近... Padé逼近... 傅里叶逼近...(Matlab Function Approximation and Fitting code)
- 2020-06-23 21:20:01下载
- 积分:1
-
PFM_AlCu
说明: 利用C++编程实现相场模拟铝铜合金凝固过程(Simulation of phase field during solidification of Al - Cu alloy)
- 2020-08-24 08:48:16下载
- 积分:1
-
image-segmentation
bw Image Segmentation
- 2011-01-30 01:09:38下载
- 积分:1