ABS Methods
   HOME

TheInfoList



OR:

ABS methods, where the acronym contains the initials of Jozsef Abaffy, Charles G. Broyden and
Emilio Spedicato Emilio Spedicato (born 1945) is full professor of operations research at the University of Bergamo in Italy. He attended the Liceo Classico Manzoni, obtaining (with Enrico Camporesi, now medical professor in Florida) the highest score in norther ...
, have been developed since 1981 to generate a large class of
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algorithms are used as specificat ...
s for the following applications: * solution of general linear algebraic systems, determined or underdetermined, * full or deficient rank; * solution of
linear Diophantine system In mathematics, a Diophantine equation is an equation, typically a polynomial equation in two or more unknowns with integer coefficients, such that the only solutions of interest are the integer ones. A linear Diophantine equation equates to a ...
s, i.e. equation systems where the coefficient matrix and the right hand side are integer valued and an integer solution is sought; this is a special but important case of
Hilbert's tenth problem Hilbert's tenth problem is the tenth on the list of mathematical problems that the German mathematician David Hilbert posed in 1900. It is the challenge to provide a general algorithm which, for any given Diophantine equation (a polynomial equat ...
, the only one in practice soluble; * solution of nonlinear
algebraic equation In mathematics, an algebraic equation or polynomial equation is an equation of the form :P = 0 where ''P'' is a polynomial with coefficients in some field, often the field of the rational numbers. For many authors, the term ''algebraic equation'' ...
s; * solution of continuous unconstrained or constrained optimization. At the beginning of 2007 ABS literature consisted of over 400 papers and reports and two monographs, one due to Abaffy and Spedicato and published in 1989, one due to Xia and Zhang and published, in Chinese, in 1998. Moreover three conferences had been organized in China. Research on ABS methods has been the outcome of an international collaboration coordinated by Spedicato of University of
Bergamo Bergamo (; lmo, Bèrghem ; from the proto- Germanic elements *''berg +*heim'', the "mountain home") is a city in the alpine Lombardy region of northern Italy, approximately northeast of Milan, and about from Switzerland, the alpine lakes Como ...
, Italy. It has involved over forty mathematicians from Hungary, UK, China, Iran and other countries. The central element in such methods is the use of a special matrix transformation due essentially to the Hungarian mathematician
Jenő Egerváry Jenő Elek Egerváry (April 16, 1891 – November 30, 1958) was a Hungarian mathematician. Biography Egerváry was born in Debrecen in 1891. In 1914, he received his doctorate at the Pázmány Péter University in Budapest, where he studied und ...
, who investigated its main properties in some papers that went unnoticed. For the basic problem of solving a linear system of ''m'' equations in ''n'' variables, where \scriptstyle m \,\leq\, n, ABS methods use the following simple geometric idea: # Given an arbitrary initial estimate of the solution, find one of the infinite solutions, defining a
linear variety In geometry, a flat or Euclidean subspace is a subset of a Euclidean space that is itself a Euclidean space (of lower dimension). The flats in two-dimensional space are points and lines, and the flats in three-dimensional space are points, lin ...
of dimension ''n'' − 1, of the first equation. # Find a solution of the second equation that is also a solution of the first, i.e. find a solution lying in the intersection of the linear varieties of the solutions of the first two equations considered separately. # By iteration of the above approach after ''m steps one gets a solution of the last equation that is also a solution of the previous equations, hence of the full system. Moreover it is possible to detect equations that are either redundant or incompatible. Among the main results obtained so far: * unification of algorithms for linear, nonlinear algebraic equations and for linearly constrained nonlinear optimization, including the
LP problem Linear programming (LP), also called linear optimization, is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships. Linear programming i ...
as a special case; * the method of
Gauss Johann Carl Friedrich Gauss (; german: Gauß ; la, Carolus Fridericus Gauss; 30 April 177723 February 1855) was a German mathematician and physicist who made significant contributions to many fields in mathematics and science. Sometimes refer ...
has been improved by reducing the required memory and eliminating the need for pivoting; * new methods for nonlinear systems with convergence properties better than for Newton method; * derivation of a general algorithm for Hilbert tenth problem, linear case, with the extension of a classic Euler theorem from one equation to a system; * solvers have been obtained that are more stable than classical ones, especially for the problem arising in primal-dual interior point method; * ABS methods are usually faster on vector or parallel machines; * ABS methods provide a simpler approach for teaching for a variety of classes of problems, since particular methods are obtained just by specific parameter choices. Knowledge of ABS methods is still quite limited among mathematicians, but they have great potential for improving the methods currently in use.


Bibliography

* Jozsef Abaffy, Emilio Spedicato (1989): ''ABS Projection Algorithms: Mathematical Techniques for Linear and Nonlinear Algebraic Equations'', Ellis Horwood, Chichester.   ''The first monograph on the subject'' * Jozsef Abaffy, Charles G. Broyden, Emilio Spedicato (1984): ''A class of direct methods for linear equations'', Numerische Mathematik 45, 361-376. ''Paper introducing ABS methods for continuous linear systems''. * H. Esmaeili, N. Mahdavi-Amiri, Emilio Spedicato: ''A class of ABS algorithms for Diophantine linear systems'', Numerische Mathematik 90, 101-115. ''Paper introducing ABS methods for integer linear systems''. {{DEFAULTSORT:Abs Methods Diophantine equations Numerical linear algebra