搜索资源列表
vc_gauss
- 这个是我自己编写的高斯列主元消去法的VC程序,简单实用!-this is what I have written out of the Gaussian Elimination PCA VC procedures simple and practical!
高斯列主元消去法
- 列主元高斯消去法 用c语言编写 在Turbo c 2.0中调试通过-out PCA Gaussian Elimination c language used in Turbo c 2.0 debugging through
gaosisuanfa
- 数值分析中的\"高斯列主元消去法解线代数方程组\"算法的具体实现-numerical analysis of the "main-element Gaussian Elimination Solution Line algebraic equations," a concrete realization algorithm
高斯列主元消去法解线性方程组
- 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-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.
gaussliezhuyuan
- 计算方法中的高斯列主元消去法C++源程序-calculation method shown in the main yuan Gaussian Elimination C source
13709828698
- 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coefficient matrix put right for k
jsffbg
- 计算方法实验报告: 编程环境:MATLAB7.0 牛顿K次插值多项式的程序实现 龙贝格求积公式的程序实现 高斯列主元消去法的程序实现.-report : Programming Environment : Newton MATLAB7 K polynomial interpolation procedures to achieve Romberg of Quadrature program Gaussian out PCA Elimination of the program
05
- 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
Equation
- 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法
Cpp1
- 利用高斯列主元消去法 计算方程组 可以计算任意N介方程组
Gauss列主元消去法1
- 高斯列主元消去法-out PCA Gaussian Elimination
Gauss列主元
- 高斯列主元消去法-out PCA Gaussian Elimination
高斯列主元消去法(fortran)
- 利用fortran编写的高斯列主元消去法程序
gaussLinearEquation
- 高斯列主元消去法 很有用的。。。作业-Gaussian elimination method PCA out very useful. . . Operation
sol
- 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
gauss
- 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
列主元高斯消去法c++
- 利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)
解线性方程组的高斯列主元消元法vb程序
- 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
gaosiliezhuyuan-for
- 有用的下载吧,列主元消去法的fortran语法形式,可能对大家有点小用(Useful downloads, column principal elimination)
高斯列主元分解法
- 数值分析:高斯列主元消去法:对给定的n阶线性方程组A x = b ,首先进行列主元消元过程,然后进行回代过程,最后得到解或确定该线性方程组是奇异的