搜索结果
找到约 143 项符合
NewTon 的查询结果
按分类筛选
数学计算 数值分析一部分编程习题
数值分析一部分编程习题,包括:
舍入误差与有效数
Newton迭代法
列主元三角分解法
逐次超松弛迭代法
3次样条插值函数
数学计算 常用数值算法的C++源码
常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。
技术资料 一种实用的6 - 6 Stewart平台的实时位置正解法
为提高Stewart 平台位置正解的工程实用性,提出了附加传感器法和Newton - Raphson 法相结合的6 - 6 Stewart 平台位置正解法. 该方法应用附加传感器使平台的位置正解
matlab例程 % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.
% COMPDIR Computes a search direction in a subspace defined by Z.
% Helper function for NLCONST.
% Returns Newton direction if possible.
% Returns random direction if gradient is small.
% Otherwise, returns steepest descent direction.
% If the steepest descent direction is small it computes ...
matlab例程 This function calculates Akaike s final prediction error % estimate of the average generalization e
This function calculates Akaike s final prediction error
% estimate of the average generalization error.
%
% [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the
% final prediction error estimate (fpe), the effective number of
% weights in the network if the network has been train ...
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...
matlab例程 研一刚上完数值分析
研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。
技术资料 反射式光纤位移传感器数学模型的优化
提出一种基于改进的遗传算法的反射式光纤位移传感器数学模型优化方法1 举例说明了该方法的应用,并将其与传统的Causs2Newton 优化方法进行比较1 结果表明,用改进的遗传算法优化反射式光纤位移传感
并行计算 已知美国从1920-1970年的人口表如下: 年份 1920 1930 1940 1950 1960 1970 人口(千人) 105711 123203 131669 150697 17932
已知美国从1920-1970年的人口表如下:
年份 1920 1930 1940 1950 1960 1970
人口(千人) 105711 123203 131669 150697 179323 203212
(1)用表中数据构造一个5次Lagrange插值多项式,并以此估计1965、2002年的人口。
(2)用Newton插值估算1965、2002年的人口数。 ...