搜索资源列表
vc_gauss
- 这个是我自己编写的高斯列主元消去法的VC程序,简单实用!-this is what I have written out of the Gaussian Elimination PCA VC procedures simple and practical!
高斯列主元消去法解线性方程组
- 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-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.
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
- 这是高斯列主元消去法的完整程序,可以求解线性方程组
555
- 高斯列主元消去法,求解其次线性方程组
Gauss列主元消去法1
- 高斯列主元消去法-out PCA Gaussian Elimination
Gauss列主元
- 高斯列主元消去法-out PCA Gaussian Elimination
EquationSolvedByGauss
- 使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法
No21_2
- 高斯列主元消去法解线代数方程组,高斯算法-out PCA Gaussian Elimination Solution Line algebraic equations, Gaussian algorithms
高斯列主元消去法(fortran)
- 利用fortran编写的高斯列主元消去法程序
gauss
- 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi
shuzhi2
- 拉格朗日插值算法 牛顿插值多项式,用于离散数据的拟合 高斯列主元消去法,求解其次线性方程组-Lagrange polynomial interpolation Newton interpolation algorithm for discrete data, fitting out PCA Gaussian elimination method, followed by solving linear equations
gauss
- 高斯列主元消去法实现 计算方法-PCA out Gaussian elimination method to achieve calculation method
gaosi
- 应用高斯列主元消去法解线性方程组的程序代码-Application of Gaussian elimination out PCA solution of linear equations of the program code
GaussPivot
- 利用高斯列主元消去法进行LU分解,并求解方程组-PCA out Gaussian elimination method and LU decomposition to solve equation
高斯列主元分解法
- 数值分析:高斯列主元消去法:对给定的n阶线性方程组A x = b ,首先进行列主元消元过程,然后进行回代过程,最后得到解或确定该线性方程组是奇异的