搜索资源列表
Gauss_Jordan_Elimination
- 使用高斯消去法Gauss_Jordan解方程式-use Gaussian elimination Gauss_Jordan solution formula
gauss_jordan
- 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可
GAUSS_JORDAN
- 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
gauss_jordan
- 用上、下三角矩阵法,实现 Gauss-Jordan法求解联立方程式。-To spend, lower triangular matrix method to achieve Gauss-Jordan method for solving simultaneous equations.
Gauss_Jordan
- 全选主元Gauss-Jordan消去法求解线性代数方程组。其中a是方程组系数矩阵,b先存右端的m组常数向量,之后存解向量。n是阶数,m是右端常数向量组数。-Select the main element Gauss-Jordan Elimination method for solving linear algebraic equations. Where a is the coefficient matrix, b right side of m pre-existing group of c
Gauss_Jordan
- 大型稀疏方程组的全选主元高斯-约当消去法,面对迭代法解线性方程组是会出现除数为0的情况,可用这种方法解决。-the face of iterative method for solving linear equations is zero divisor will be the case, can be resolved in this way.
Gauss_Jordan
- 自己写了个高斯迭代的子程序,可以直接调用-Write your own Gauss iterative subroutine can be called directly
gauss_jordan
- gauss_jordan算法,这是矩阵求逆占用内存最好的算法-gauss_jordan algorithm, which is the best algorithm inverse matrix memory for
Zero
- Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
