搜索资源列表
iml
- IML package provides efficient routines to solve nonsingular systems of linear equations, certified solve any shape systems of linear equations, and perform mod p matrix operations, such as computing row-echelon form, determinant, rank profi
cab
- Echelon factorization A = c a b.
Reduce-echelon-form
- this program make an output file that made from input file. it made reduce echelon form
New-WinRAR-ZIP-archive
- mat lab code for elim elim E*A = R factorization. E = elim(A) returns the elimination matrix E that gives the reduced row echelon form E*A = R. If A is square and invertible, then E = inv(A). [E, R] = elim(A) returns the elimin
gao-si-xiao-yuan-fa
- 是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵。当用于一个矩阵时,高斯消元法会产生出一个“行梯阵式”。高斯消元法可以用在电脑中来解决数千条等式及未知数。不过,如果有过百万条等式时,这个算法会十分费时。一些极大的方程组通常会用迭代法来解决。亦有一些方法特地用来解决一些有特别排列的系数的方程组。-A linear algebra algorithms can be used to solve linear equations, matrices obtaine
source
- to get the Reduced Row Echelon Form matrix