搜索资源列表
lasrerr
- 极限误差计算方法,常用于工程中计算误差极限中,文中说明了几种极限误差的计算方法-limit error calculation method, commonly used in engineering calculation error limit. It illustrates several limit the calculation error
basic_method
- test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err
erf
- 这是一个用C语言编写的计算误差函数的程序。其主要特点是从定义出发,具有很好的参考价值。
22
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的G
simpson
- 复化辛普森算法,用于在数值计算中对计算误差做出估计。
foreveryone
- 实现JOS分析试验中的功能,使得能够实现计算小数点后面12位,计算误差
Gauss
- 采用高斯消去法来求解方程组得解,这种消去方法能够减少回代产生的计算误差
圆周率计算
- 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy
圆周率计算
- 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy
lasrerr
- 极限误差计算方法,常用于工程中计算误差极限中,文中说明了几种极限误差的计算方法-limit error calculation method, commonly used in engineering calculation error limit. It illustrates several limit the calculation error
basic_method
- test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err
MSE_calculation
- 最小二乘算法,最小均方误差等算法的MSE的计算,MATLAB代码-Least-squares algorithm, such as minimum mean square error MSE calculation algorithm, MATLAB code
erf
- 这是一个用C语言编写的计算误差函数的程序。其主要特点是从定义出发,具有很好的参考价值。-This is a use of C language procedures for calculating the error function. Its main characteristic is that from the definition, has a very good reference value.
22
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的G
RelativeErrorCalc
- 数据相对误差计算,提供了当今公认的方法进行计算-Relative error of calculation of the data provided in today s generally accepted method of calculation
simpson
- 复化辛普森算法,用于在数值计算中对计算误差做出估计。-Rehabilitation of Simpson algorithm for the numerical calculation to estimate the error of calculation.
1
- 用vb调用vc的误差函数功能代码,实现计算误差函数,并将结果导出来-use vb to import the vc code (compile the vc code to dll)which realize the error function to compute the error function and export the outcome
井筒压降计算源程序
- 这个井筒压降计算的源程序压缩包里面包含了井筒压降计算,水平、倾斜,垂直段的源程序。用于井筒压降计算,源程序采用按压力迭代的算法。将井筒分段,计算每一段的末端压力作为下一段的初始压力。误差较小,供参考学习(The wellbore pressure drop calculation of the source package includes the wellbore pressure drop calculation, the hori
幅相误差对MUSIC算法的影响
- 代码计算幅相误差对MUSIC算法的影响,一共两个.m文件(1.array_am_pha_error_on_music.m 2.error_matrix)
作业4
- 复化数值积分)分别编写用复化梯形积分公式和复化Simpson积分公式的通用程序来计算积分 取积分节点数 为 ,并计算误差和误 差阶,其中误差阶的计算方法如下:如果 是步长为 时的误差, 是步长为 时的误差,则相应的误差阶 为 输出格式:数值积分值,误差,误差阶(Complex numerical integration) are respectively prepared with the complex trapezoid