搜索资源列表
gauss-C
- * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
gaussliezuyuan
- gauss 列主元消去法,对源码稍加改动可以实现n阶消元的功能
1
- 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
gauss
- 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
1_Gauss
- 列主元Gauss消去法解线性方程,c语言编写,运用gauss法求解方程,别人编的,编写的很好。-Out the main element Gauss elimination method for solving linear equations, c language, using gauss method for solving equations, others, compiled, and prepared well.
gsxyf
- 高斯列主元消去法求解线性方程组,在方程组的求解中应用较广。-Main-element Gauss elimination for solving linear equations, the equations of wider application.
GT
- 列主元Gauss消去法的Mathematica程序-Out the main element of the Mathematica program Gauss elimination method
Gauss
- 解线性代数方程组的列主元高斯消去法的C++实现-Solving linear algebraic equations out of the main element Gaussian elimination by C++
solution-of-linear-equations
- 有7种解线性方程组的算法,高斯算法,高斯列主元,高斯完全主元,LU分解法,LU列主元分解法,追赶法,高斯约旦消去法-There are seven kinds algorithm of solution of linear equations, Gaussian algorithm, out PCA Gaussian, Gaussian completely principal component, LU decomposition, LU column principal component
GauseJordan
- 用高斯--约当列主元消去法求线性方程组的解-Gauss- Jordan elimination method for main-element solution of linear equations
solve_equations
- 几个使用的解线性方程组的程序,包括高斯消去法,高斯列主元法,高斯——赛德尔消去法。简明实用。-Gauss elimaination, Gauss_seidel ellimination
Gauss-elimination-pivot-column
- 这个程序提供一个类,用高斯列主元消去法解线性方程组,能解出存在唯一解的线性方程组。-This program provide user a class,solve the linear equation by using Gauss elimination pivot column
zhuyuan
- 用c++实现的数值分析中的高斯列主元消去法。 对理解高斯消去法有一定的参考价值。-With the c++ implementation of the Gauss numerical analysis of main element elimination of small procedures. There is reference value to the understanding of Gauss elimination pivot column.
列主元高斯消去法c++
- 利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)
111
- 列主元高斯消去法的matlab实现,适用于求解线性方程组(Matlab implementation of Gauss elimination of column principal component)
解线性方程组的高斯列主元消元法vb程序
- 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
新建文件夹
- 列主元消去法是在Gauss消去法的基础上改进而得到的一种比较快速和合理的求解线性方程组的方法。它的主要思路是通过对每次消元过程中主元的多次选取以达到减小误差和加快求解速度的一种消去法。使用列主元消去法相比于Gauss消去法基本上能控制舍入误差的影响,并且选主元素较全主元消去法更为方便。(The Gauss elimination method of the column principal element)