资源列表
[matlab例程] Gauss_pivot.m
说明: Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix<Mhdh> 在 2025-01-23 上传 | 大小:1kb | 下载:0
[matlab例程] 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 triang<Mhdh> 在 2025-01-23 上传 | 大小:1kb | 下载:0
[matlab例程] lu_pivot.m
说明: Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A) - Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A)<Mhdh> 在 2025-01-23 上传 | 大小:1kb | 下载:0