On the Performance of a Novel Class of Linear System Solvers and Comparison with State-of-The-Art Algorithms

04/24/2023
by   Chun Lau, et al.
0

We present a comprehensive computational study of a class of linear system solvers, called Triangle Algorithm (TA) and Centering Triangle Algorithm (CTA), developed by Kalantari <cit.>. The algorithms compute an approximate solution or minimum-norm solution to Ax=b or A^TAx=A^Tb, where A is an m × n real matrix of arbitrary rank. The algorithms specialize when A is symmetric positive semi-definite. Based on the description and theoretical properties of TA and CTA from <cit.>, we give an implementation of the algorithms that is easy-to-use for practitioners, versatile for a wide range of problems, and robust in that our implementation does not necessitate any constraints on A. Next, we make computational comparisons of our implementation with the Matlab implementations of two state-of-the-art algorithms, GMRES and “lsqminnorm". We consider square and rectangular matrices, for m up to 10000 and n up to 1000000, encompassing a variety of applications. These results indicate that our implementation outperforms GMRES and “lsqminnorm" both in runtime and quality of residuals. Moreover, the relative residuals of CTA decrease considerably faster and more consistently than GMRES, and our implementation provides high precision approximation, faster than GMRES reports lack of convergence. With respect to “lsqminnorm", our implementation runs faster, producing better solutions. Additionally, we present a theoretical study in the dynamics of iterations of residuals in CTA and complement it with revealing visualizations. Lastly, we extend TA for LP feasibility problems, handling non-negativity constraints. Computational results show that our implementation for this extension is on par with those of TA and CTA, suggesting applicability in linear programming and related problems.

READ FULL TEXT
research
04/27/2020

A Geometric Algorithm for Solving Linear Systems

Based on the geometric Triangle Algorithm for testing membership of a p...
research
04/11/2023

A Family of Iteration Functions for General Linear Systems

We develop novel theory and algorithms for computing approximate solutio...
research
10/17/2018

Spherical Triangle Algorithm: A Fast Oracle for Convex Hull Membership Queries

The it Convex Hull Membership(CHM) problem is: Given a point p and a sub...
research
04/05/2021

Matrix Chain Multiplication and Polygon Triangulation Revisited and Generalized

The matrix-chain multiplication problem is a classic problem that is wid...
research
09/07/2020

A Potential Reduction Inspired Algorithm for Exact Max Flow in Almost O(m^4/3) Time

We present an algorithm for computing s-t maximum flows in directed grap...
research
06/07/2023

Comparison of SeDuMi and SDPT3 Solvers for Stability of Continuous-time Linear System

SeDuMi and SDPT3 are two solvers for solving Semi-definite Programming (...
research
07/06/2023

Efficient parallel implementation of the multiplicative weight update method for graph-based linear programs

Positive linear programs (LPs) model many graph and operations research ...

Please sign up or login with your details

Forgot password? Click here to reset