Skip to content

Mathematical report on Cimmino's algorithm, including foundations, proof of convergence and characterisation of its limit.

Notifications You must be signed in to change notification settings

ksuraev/Cimminos-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Cimmino's Algorithm

A mathematical report on Cimmino's algorithm for solving linear systems. Completed as part of the unit SIT292 Linear Algebra for Data Analysis at Deakin University. For a practical implementation of Cimmino's algorithm for phantom reconstruction in Metal/C++, see GPU Phantom Reconstruction.

Abstract

Cimmino's method is a row-action iterative algorithm that is used to solve and approximate solutions to high-dimensional and sparse linear systems, both consistent and inconsistent, where direct methods such as Gaussian elimination are computationally expensive or infeasible. Direct methods are slow for large systems, and often have substantial and impractical memory requirements. Cimmino's method offers an efficient alternative, capable of finding sufficiently accurate solutions at a viable computational cost. Its inherent parallelisability and low memory requirements make it particularly suitable for large-scale problems, such as those encountered in Computed Tomography (CT) image reconstruction.

This report provides an in-depth exploration of the theoretical foundations of Cimmino's algorithm. We present a formal proof of convergence, demonstrating that the iterative sequence converges to a solution of the system if it is consistent, or to the weighted least squares solution if it is inconsistent. The analysis is grounded in the orthogonal decomposition of $\mathbb{R}^n$ into the null space of the coefficient matrix and the range of its adjoint, culminating in the characterisation of the limit of the generated sequence and a practical demonstration of Cimmino's algorithm in phantom reconstruction.

Ideas for Further Study

  • Further explore non-expansive mappings, including firmly non-expansive mappings, strictly non-expansive mappings, and fixed point theory, to deepen understanding of the convergence properties of Cimmino's algorithm.
  • Investigate Cimmino's algorithm as belonging to a broader family of projection algorithms for solving convex feasibility problems.

About

Mathematical report on Cimmino's algorithm, including foundations, proof of convergence and characterisation of its limit.

Resources

Stars

Watchers

Forks