搜索资源列表
Guass(2)
- GUASS算法的列主元消去法-GUASS algorithm out PCA Elimination
guass
- guass主元消去方法-guass main element elimination method
jsfangfa
- 我大三时候学习计算方法 编写的一个程序 Guass消元法求解一元线性方程组的解-church when I study prepared by the method of calculation of a process Guass elimination method for solving a linear equation solution
Guass
- 线性方程组的两个程序,Guass-Jodan消去法和的,高斯塞德尔迭代法。-linear equations of the two procedures, Guass - Jodan elimination and the high Shisaideer iterative method.
guass 高斯消去法求解线性方程组
- 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
Guass
- 解线性方程能。方程能是恰定方程能。算法是高斯消去法。-Solving linear equations can be. Equation can be exactly determined equation can. Algorithm is Gaussian elimination.
guass
- 高斯消去法解线性方程组,可以解一般的线性方程-Gaussian elimination solution of linear equations can be a general solution of linear equations
guass
- 高斯消去求解方程组,可以通过修改程序中的系数矩阵来计算不同方程组-Gaussian elimination for solving equations, you can modify the program to calculate the coefficient matrix of different equations
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
- 列主元高斯消去法对于某电路的分析,归结为求解线性方程组RI=V。其中 (1)编制解n阶线性方程组 列主元高斯消去法的通用程序; (2)用所编制程序解线性方程组 ,并打印出解向量,保留5位有效数; -Out the main element Gaussian elimination of a certain circuit analysis, reduced to solving linear equations RI = V. Where (a) the prepar
Guass-mode
- 最基本的高斯消元法.主要分为消元与回带求解两个部分.采用C++语言,使用Vs2008进行编写.-The basic Gaussian elimination method. Mainly divided into elimination and the back with a solution of two parts. Using C++ language, using Vs2008 to write.
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
- 利用高斯消去法处理稀疏和满矩阵,并返回运行时间-Handle sparse Gaussian elimination and full matrix, and return to running time
gauss_elimination.c.tar
- mpi code for guass elimination
Guass
- Guass列选主元消去法 Guass elimination column pivoting-Guass elimination column pivoting
guass
- 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
Guass-Elimination
- 列主元高斯消去法解线性方程组,C语言程序,运行通过,数值算法的基本算法,很实用-Gauss Elimination
Guass
- guass消元法求解线性方程,其主要思想是对矩阵进行guass消元-Guass elimination method to solve the linear equation, the main idea is to matrix guass elimination
Gauss2
- 高斯消元法(或译: 高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解(Gaussian elimination (or the gauss elimination method), is an algorithm in the planning of linear algebra, available for the system of linear equations to solve)