Description: 1. Using LU factorization method to solve the following tri-diagonal system
for n=10 and 100
-1. Using LU factorization method to solve the following tri-diagonal system for n = 10 and 100 Platform: |
Size: 1024 |
Author:吕鹏 |
Hits:
Description: 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 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)
Platform: |
Size: 1024 |
Author:Mhdh |
Hits:
Description: 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 Upper triangular matrix.
Platform: |
Size: 59392 |
Author:Zolo |
Hits: