搜索资源列表
高斯列主元消去法解线性方程组
- 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-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
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
- 高斯列主元消去法,求解其次线性方程组
EquationSolvedByGauss
- 使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法
高斯列主元消去法(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
P248-1
- 二次曲线拟合,应用了高斯列主元消去法,并且应用了矩阵的转置-Quadratic curve fitting, application of Gaussian elimination pivot column
jisuanfangfa
- 计算方法程序:三次拉格朗日插值、牛顿插值、复化梯形积分、复化Simpson积分、高斯列主元消去法、LU分解法-Calculation procedure: three Lagrange interpolation, Newton interpolation, complex trapezoidal integration, complex integration of Simpson, principal component elimination method Gauss column, LU
shuzhi
- 数值分析大作业 --――(高斯列主元消去法求解线性方程组)-Numerical analysis of large operating----( out principal component Gaussian elimination method for solving linear equations)
gaosi
- 用c++实现高斯列主元消去法,并可实际进行运算-C++ implementation using Gaussian elimination pivot column, and the actual conduct of operations
guass
- 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
guass_shunxucommon
- 高斯列主元消去法解线性方程组; -Gaussian column principal component elimination method for solving linear equations column main Gaussian elimination method for solving linear equations
gaosixiaoqu
- 高斯列主元消去法,对输入的方程组求解,精确度很高。编译环境VC2010-Gaussian column principal component elimination method for solving the equations of the input high precision. Compile environment VC2010
高斯列主元分解法
- 数值分析:高斯列主元消去法:对给定的n阶线性方程组A x = b ,首先进行列主元消元过程,然后进行回代过程,最后得到解或确定该线性方程组是奇异的