-
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
-
Guice_WebDemo
简单示例guice的demo,用guice用于web开发(A simple example of demo guice)
- 2014-09-13 10:55:57下载
- 积分:1
-
matlabeasy
matlab s easy lessons
- 2013-08-09 20:45:47下载
- 积分:1
-
ParallelComputingwithMATLAB
It is the document and code of parallel computing in matlab.
- 2011-01-02 14:22:08下载
- 积分:1
-
Transfer-Path-Analysis
运行工况下传递路径分析,NVH识别噪声源的工具(transfer path analysis in operational, which could identify the noise source)
- 2015-07-29 14:57:54下载
- 积分:1
-
ssa
Matlab实现的奇异谱分析算法。近年来兴起的一种研究非线性时间序列数据的强大的方法。(Matlab achieved singular spectrum analysis algorithms. Powerful method of nonlinear time series data rise in recent years.)
- 2020-11-02 21:59:54下载
- 积分:1
-
Denoise_wavelet
一个matlab的小波去噪程序
希望对研究小波的有帮助(a Matlab wavelet denoising procedures hope to study wavelet help)
- 2007-06-15 18:33:53下载
- 积分:1
-
PCA
基于PCA的人脸识别的Matlab程序,详细代码,简单易懂(PCA-based face recognition Matlab procedures, detailed code, simple and easy to understand)
- 2013-04-07 21:41:32下载
- 积分:1
-
kriging_f77
克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。本网站上也有些人上传了代码,但是往往都不全,我从本网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。(Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction center CV Deutsch wrote. Some people on this site have uploaded the code, but often not the whole, I am from this site down after no one can normally use This is what I downloaded from the website of the original program and compile written statement SHELL statement. I uploaded this program to ensure that you can compile and run, the result. Compile to compile the first run in a folder and then run exe execution.)
- 2014-03-11 15:13:49下载
- 积分:1
-
Denoising
该程序是MATLAB环境下的小波消噪程序,自我感觉很有用,在此分享(The program is under the MATLAB environment, wavelet denoising process, feel useful, to share in this)
- 2010-06-07 00:16:00下载
- 积分:1