-
自然数的最大公约数
用欧几里得算法求两个自然数的最大公约数通过c语言实现(Using Euclidean Algorithms to Find the Maximum Common Number of Two Natural NumbersRealization by C Language)
- 2019-01-26 14:43:28下载
- 积分:1
-
PCG
% SSOR预处理的共轭梯度法求解方程Ax=b
% 输入参数说明
% A 正定矩阵[n*n]
% b 右边向量
% omega SSOR预处理参数(0--2)
% Times 迭代次数
% errtol 给定误差终止条件
%
%输出参数
% NewX 方程Ax=b的x近似解
% avgerr 求解的当前平均绝对误差( SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error)
- 2007-11-16 01:14:24下载
- 积分:1
-
ARIMA模型(R语言)
说明: ARIMA的R语言实现。这是一份关于使用R统计软件进行时间序列分析的入门文档(This is a start-up document about time series analysis using R statistics software.)
- 2020-02-03 19:47:56下载
- 积分:1
-
pca
说明: PCA主成分分析的标准MATLAB程序,可通用,非常有效(PCA principal component analysis of the standard MATLAB procedures, can be universal, very effective)
- 2008-10-13 01:48:40下载
- 积分:1
-
solvingequation
加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示(Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation)
- 2009-06-28 10:18:42下载
- 积分:1
-
atjjs
埃特金加速法,一个数值分析中的算法,大家先看看哦(Aitken acceleration method, a numerical analysis of the algorithm, we look at the flash open her cloak)
- 2007-06-18 10:34:17下载
- 积分:1
-
拉丁超立方体抽样
完成采样空间的采样,适合于响应面,近似模型之前的采样工作,文件夹中有具体介绍(The sampling space is completed. It is suitable for the response surface and the sampling work before the approximation of the model. The folders are introduced in detail.)
- 2020-10-20 16:17:25下载
- 积分:1
-
数值分析实验
说明: 数值分析实验1.明确插值多项式和分段插值多项式各自的优缺点;
编程实现拉格朗日插值算法,分析实验结果体会高次插值产生的龙格现象;(Experiments of numerical analysis 1. Define the advantages and disadvantages of interpolation polynomials and piecewise interpolation polynomials. The Lagrange interpolation algorithm is programmed, and the Runge phenomenon produced by high-order interpolation is analyzed.)
- 2019-04-30 22:30:36下载
- 积分:1
-
simuladorBER
BER calculate between 2 files.
- 2011-10-20 23:27:49下载
- 积分:1
-
C_sharp_Matrix_class
文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。(File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, etc., is very convenient for actual development.)
- 2010-07-10 19:40:51下载
- 积分:1