Paper
22 April 2022 Study about three methods of solving linear equations
Yichen Zhou
Author Affiliations +
Proceedings Volume 12163, International Conference on Statistics, Applied Mathematics, and Computing Science (CSAMCS 2021); 121633B (2022) https://doi.org/10.1117/12.2628016
Event: International Conference on Statistics, Applied Mathematics, and Computing Science (CSAMCS 2021), 2021, Nanjing, China
Abstract
Since linear equations have great contribution in the study of the numerical pde, therefore it has been studied for ages. In this paper, I will write a survey that contains three methods of solving the linear equations, as well as the implementations of these three methods. After that, other methods of finding the inverse matrix of a specific sparse matrix will be shown. Three methods are the Gauss elimination, LU decomposition and Cholesky decomposition. These algorithms can be implemented by invoking related built-in functions in MATLAB. The LU decomposition, as a method of decomposing a matrix into an upper triangular matrix and a lower triangular matrix, can be performed by calling the function lu() in MATLAB. Cholesky factorization can be achieved by calling the function chol() in MATLAB.
© (2022) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Yichen Zhou "Study about three methods of solving linear equations", Proc. SPIE 12163, International Conference on Statistics, Applied Mathematics, and Computing Science (CSAMCS 2021), 121633B (22 April 2022); https://doi.org/10.1117/12.2628016
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Matrices

Linear algebra

MATLAB

Evolutionary algorithms

Mathematical modeling

Mathematics

Back to Top