The "GEE! It s Simple" package ilLUstrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=LU(A), and so on). They are presented here merely to ilLUstrate and educate. "Real" production code should use backslash and LU, not this package.
標簽:
ilLUstrates
elimination
Gaussian
pivoting
上傳時間:
2016-11-09
上傳用戶:wang5829