搜索资源列表
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
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
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)