搜索资源列表
高斯消元法解线性方组选主元
- 高斯列主元消元法, 这只是我个人的一种解法,仅供参考。-out PCA Gaussian Elimination Act, this is my personal one solution for reference.
高斯列主元消去法解线性方程组
- 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
matrix
- 线性代数 求矩阵的逆 高斯gauss消元
高斯消元法解n阶线性方程组
- 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
全选主元高斯消去法
- 使用全选主元的高斯消去法解线性方程组
用高斯消去发解n元一次线性方程组
- 用高斯消去发解n元一次线性方程组
高斯约当消元法解线性方程组
- 高斯约当消元法解线性方程组,附源代码.
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
GaussElimination
- 在MATLAB中实现用高斯消元法求解线性方程组!-In MATLAB to achieve using Gaussian elimination method for solving linear equations!
sol
- 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
Function
- 用于解齐次线性方程组和非齐次线性方程组 用高斯消元法做的,用一个类完成-homogeneous linear equations and system of non-homogeneous linear equations
gauss
- 列主元高斯消元法,可以求解线性方程组,比较好用-Gauss elimination pivot column element method that can solve linear equations, compare easy to use
gauss
- 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
aa
- 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
Gaussian
- 高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good.
线性方程组final
- 对系数矩阵进行高斯线性消元,针对不同种情况讨论 解情况(The linear Gauss elimination of the coefficient matrix is used to discuss the solution for different cases)
gauss
- 采用高斯消元法,实现线性非齐方程求解,并且具有回代,可以直接论证方案。具有一般性,和参考性。(The Gauss elimination method is used to solve the linear non-homogeneous equation, and it can be used to prove the scheme directly. It is general and referential.)
解线性方程组的高斯列主元消元法vb程序
- 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
高斯消元法用矩阵解n元一次方程组.js
- 可以求线性方程组,学习算法时,突发奇想就用js做了一个(You can solve linear equations. When learning algorithms, you can use js to create a whimsy.)
高斯列主元分解法
- 数值分析:高斯列主元消去法:对给定的n阶线性方程组A x = b ,首先进行列主元消元过程,然后进行回代过程,最后得到解或确定该线性方程组是奇异的