搜索资源列表
Matrix.rar
- 关于求矩阵秩的程序,用高斯—约当消元法实现,On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
Gauss-Jordan
- Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
xxfc
- 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
VisualC
- 全主元高斯-约当(Gauss-Jordan)消去法-PCA-wide Gauss- Jordan (Gauss-Jordan) elimination method
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
GAUSS_JORDAN
- 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
gaus_jordan_method
- single RHS Gauss-Jordan routine for Linear Equation
gauss
- MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
Gauss-Jordan
- Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
GaussJordan
- This project implements the gauss - jordan algorithm to solve inverse matrix-This project implements the gauss- jordan algorithm to solve inverse matrix
inverse
- 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the i
gaosiyuedangfa
- 建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
liezu
- 全主元高斯-约当消元法 可以求解线性方程组-All Principal Gauss- Jordan elimination method for solving linear equations can be
inverse
- Matrix inverse by Gauss-Jordan elimination
gaosi
- 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and
gauss-jakobi
- SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
Gauss-Jordan
- 高斯约当迭代法,是消元法的一种,很好用的原代码-Gauss-Jordan
Gauss-jordan
- gauss jordan elimination
Gauss---Jordan
- 用全选主元高斯-约当消去法求解实系数方程组和复系数方程组-With full pivoting Gauss- Jordan elimination method to solve equations with real coefficients and complex coefficients of equations
3 numerical methods crout, gauss and jordan
- three methods crout gauss jordan