-
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
-
bp
说明: 用多层前向网络的BP算法拟合函数
说明:1)网络结构为三层(输入层、1个隐层和输出层);
2)获取两组数据,一组作为训练集,一组作为测试集;
3)用训练集训练网络;
4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
- 2017-08-08 15:43:17下载
- 积分:1
-
recon_fft
高光谱干涉测厚算法的MATLAB例程,通过傅立叶变换实现,解析干涉高光谱对应的样品厚度,分辨率可实现纳米级别(High spectral interference thickness measurement algorithm MATLAB routines, Fourier transform, resolve interference hyperspectral corresponding sample thickness, the resolution can achieve nanometer level)
- 2016-06-26 19:11:17下载
- 积分:1
-
EP
说明: implementation of simple Evolutionary Programming to find minimum value from given function.
- 2010-12-28 16:32:48下载
- 积分:1
-
mdcm
使用MATLAB的simulink仿真环境搭建的直流电机双闭环仿真系统(MATLAB-simulink simulation environment using the built in DC motor dual-loop simulation system for)
- 2009-12-22 13:43:55下载
- 积分:1
-
math
南京邮电大学数学实验作业答案...有一定的参考价值...通过mathlab实现(Experimental Mathematics, Nanjing University of Posts and Telecommunications operating the answer ... have a certain reference value mathlab realize through the ...)
- 2007-08-15 16:35:11下载
- 积分:1
-
circonvt
说明: 计算循环卷积,DFT,IDFT,FFT... ..
(Computing cyclic convolution, DFT, IDFT, FFT ... ..)
- 2008-11-05 23:13:04下载
- 积分:1
-
L1_Tracking_v4_release
该程序将计算机视觉的目标跟踪问题转化为寻找稀疏矩阵的过程,将预先的得到的样本粒子与稀疏矩阵线性相乘得到目标(The program will target tracking in computer vision into the process of finding a sparse matrix, the sample will be obtained in advance of the particles multiplied with the goal of sparse linear)
- 2011-06-25 15:13:30下载
- 积分:1
-
Chasing_Method
采用追赶法求解线性方程组。数值计算》典型算例中调试通过。(Using the catch method for solving linear equations. Numerical " Typical examples of the debugging.)
- 2015-01-03 23:07:09下载
- 积分:1
-
Untitled
FFH中传统门限的比较获取,SNR的不同,BER不同,从中最佳(FFH traditional door limit access to the SNR different BER, from which the best)
- 2012-08-21 15:55:44下载
- 积分:1