Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 574 Bytes

File metadata and controls

15 lines (7 loc) · 574 Bytes

Comparison of Cholesky Decomposition Implementations

A study of the implementation of the Choleski method for the resolution of linear systems for sparse, symmetric and positive definite matrices. Comparison based on different open source programming environments and MATLAB implementation. Project for the Methods of Scientific Calculation course @ Unimib 18/19.

Prerequisites

  • Python 3.0 or greater

Authors