Solving Linear System of Equations Via A Convex Hull Algorithm

Abstract

We present new iterative algorithms for solving a square linear system Ax=b in dimension n by employing the Triangle Algorithm kal12, a fully polynomial-time approximation scheme for testing if the convex hull of a finite set of points in a Euclidean space contains a given point. By converting Ax=b into a convex hull problem and solving via the Triangle Algorithm, together with a sensitivity theorem, we compute in O(n2ε-2) arithmetic operations an approximate solution satisfying Axε- b ≤ ερ, where ρ= \ a1 ,..., an , b \, and ai is the i-th column of A. In another approach we apply the Triangle Algorithm incrementally, solving a sequence of convex hull problems while repeatedly employing a distance duality. The simplicity and theoretical complexity bounds of the proposed algorithms, requiring no structural restrictions on the matrix A, suggest their potential practicality, offering alternatives to the existing exact and iterative methods, especially for large scale linear systems. The assessment of computational performance however is the subject of future experimentations.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…