搜索结果
找到约 148 项符合
Gauss-jordan 的查询结果
数学计算 This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by usin ...
数学计算 Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user wi
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args.
数学计算 数值计算算法
数值计算算法,包括:
(1)Lagrange插值
(2)Newton 插值
(3)求f(x0):秦九韶法
(4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根
(6)弦截法求f (x)=0的根
(7)求实系数多项式 方程的实根、复根
(8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) ...
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 ...
人工智能/神经网络 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 for network
% models generated by NNARX, NNOE, NNARMAX1+2, or their recursive
% counterparts.
%
% [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat)
% produces the fin ...
matlab例程 用matlab解决一些数值分析中常用的算法
用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等
其他 生成均匀分布伪随机数的c程序代码
生成均匀分布伪随机数的c程序代码,用来生成gauss随即数
数学计算 一个求函数积分的工具(c/c++写的
一个求函数积分的工具(c/c++写的,用Gauss/legendre方法)
文章/文档 阻尼最小二乘法(即Levenberg-Marquarat算法)
阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修正法。
matlab例程 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时
分割算法
1.mean shift 的迭代过程只做了一次(为了简单)
2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。
3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 ...