Browsing by Author "Niringiye, Richard"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Restricted A Comparison of Gaussian Elimination and Cholesky Decomposition Methods in Solving a System of Linear Equations.(Kabale University, 2021) Niringiye, RichardThere are several methods of solving a system of linear equations,. some of which are direct methods and others are iterative methods. In this work, .we study direct methods specifically Gaussian elimination and Cholesky decomposition and make a comparison between the two. It is found out that Gaussian elimination is an algorithm in linear algebra for solving a system of linear equations and can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix Whereas Cholesky decomposition is a decomposition of a Hermitian, positive-definite matrix into the product of a lower triangular matrix and its conjugate transpose, which is useful for efficient numerical solutions.