搜索资源列表
Guass(1)
- GUASS算法的C源代码-GUASS algorithm C source code
Guass(2)
- GUASS算法的列主元消去法-GUASS algorithm out PCA Elimination
guass
- guass主元消去方法-guass main element elimination method
Caculate-guass
- 计算方法中列主消元,GUASS法,三角法的算法-calculation included the main source billion GUASS, triangulation algorithm
Guass
- 线性方程组的两个程序,Guass-Jodan消去法和的,高斯塞德尔迭代法。-linear equations of the two procedures, Guass - Jodan elimination and the high Shisaideer iterative method.
Guass-seidel
- 数值分析课程Guass-seidel点迭代程序
guass
- guass迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。 -guass iterative method, numerical analysis is a very important one in the matlab source code for its realization.
guass
- 有关于数值计算方法中的高斯计算方法的解决方式-On the numerical method of calculation of the Gaussian solution
Guass-seidel
- 超松弛高斯赛德尔 通过迭代过程求方程组的根-Over-relaxation iterative process through Guass-seidel equations for the root
guass
- 解一般线性方程,非常方便。 和我们老师要求的程序是同步的。-solve function
guass
- 高斯消去求解方程组,可以通过修改程序中的系数矩阵来计算不同方程组-Gaussian elimination for solving equations, you can modify the program to calculate the coefficient matrix of different equations
guass
- 利用vc++产生guass分布(可以调节guass分布的均值、方差)。-Using vc++ generated guass distribution (the distribution can be adjusted guass mean and variance).
GUASS
- 数值分析作业GUASS列主元素消去法,自己编写的,希望大家能够参考-Numerical analysis operations GUASS out the main elements of elimination, I have written, and hope that we can make reference to
MatrixInversion-Guass
- 通过高斯消元法,进行矩阵的求逆运算。修改宏M的值,设置矩阵的阶数-Matrix inversion,using the Guass elimination,a small program for C++/C
Guass
- 高斯全主元消去算法是一种求解一般线性方程组的一种有效方法-Guass
GUASS-JORDAIN
- SOLUTION OF SIMULANEOUS EQUATIONS BY GAUSS-JORDAN METHOD >>>><<<< SOLUTION OF SIMULANEOUS EQUATIONS BY GAUSS-JORDAN METHOD FROM FILE.
Guass
- 实 现 高 斯 算 法- guass
A_LU
- bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
guass
- 实现高斯分布 亚高斯分布以及超高斯分布,对比三者的差异(guass Laplace and subguass)