搜索资源列表
Gauss_E_Pivoting
- Gaussian Elimination with partial pivoting (LU factorization)
tridiagSolvers
- tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
plu
- Rectangular PA=LU factorization *with row exchanges*.
slu
- LU factorization of a square matrix using *no row exchanges*.
splu
- Square PA=LU factorization *with row exchanges*.
CGandLU
- compare CG iterations and LU factorization when solving linear equation A*X=b
sy2
- 求解矩阵的LU分解和逆,两种一般方法求解线性方程组的解。-LU matrix factorization and solving the inverse, two general methods for solving linear equations.
slv
- TCodes, for Tcodes,...LU factorization to solve AX=B
LU_factor.m
- Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular) - Method with Gaussi
linearsystem
- Chapter 3. The Solution of Linear Systems AX = B Algorithm 3.1 Back Substitution Algorithm 3.2 Upper-Triangularization Followed by Back Substitution Algorithm 3.3 PA = LU Factorization with Pivoting Algorithm 3.4 Jacobi Iteration Al
matrix_factorization
- 用matlab进行矩阵的分解,分别进行Lu矩阵分解、不完全LU分解、不完全cholesky分解和Cholesky分解-Decomposition of the matrix with matlab, respectively, Lu matrix factorization, incomplete LU decomposition, incomplete cholesky decomposition and Cholesky decomposition
LU-factorization
- LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
LU
- 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
Gauss
- 线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解-Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization
LU_FACTORIZATION
- 使用MATLAB实现矩阵的LU分解,MATLAB自带的函数是无法实现计算方法中的LU分解的;-MATLAB LU FACTORIZATION
code3
- splu Square PA=LU factorization *with row exchanges*.-splu Square PA=LU factorization *with row exchanges*.
LU-factorization
- 实现矩阵的LU最大主元分解,方便快捷有效,可以查看分解过程,适合初学者-Achieve maximum principal component matrix LU decomposition, convenient and effective, you can view the decomposition process, suitable for beginners
matlab
- LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
decomposition_for_Matrix
- 本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法:LU分解、QR分解、Householder Reduction、Givens Reduction-The program is a comprehensive program, whose function is performming factorization for matrix, including four algorithms: LU decomposition, QR decomposition, Householder
LU-Factorization
- The function decomposes the matrix A into a lower triangular matrix L and an upper triangular matrix U, using Crout s method such that A=LU. Input variables: A The matrix of coefficients. Output variable: L Lower triangular matrix. U Uppe