Numerical algebraic geometry is a field of computational mathematics, particularly computational algebraic geometry, which uses methods from numerical analysis to study and manipulate the solutions of systems of polynomial equations.
[1][2][3] The primary computational method used in numerical algebraic geometry is homotopy continuation, in which a homotopy is formed between two polynomial systems, and the isolated solutions (points) of one are continued to the other.
This is a specialization of the more general method of numerical continuation.
By abuse of notation, and to facilitate the spectrum of ambient spaces over which one can solve the system, we do not use vector notation for
Current canonical notation calls the start system
In the above homotopy, one starts the path variable at
In practice, regarding endgame methods for computing singular solutions using homotopy continuation, the target time being
can significantly ease analysis, so this perspective is here taken.
[6] Regardless of the choice of start and target times, the
, including and beyond these, specific start systems that closely mirror the structure of
The choice of start system impacts the computational time it takes to solve
, in that those that are easy to formulate (such as total degree) tend to have higher numbers of paths to track, and those that take significant effort (such as the polyhedral method) are much sharper.
There is currently no good way to predict which will lead to the quickest time to solve.
[citation needed] Actual continuation is typically done using predictor–corrector methods, with additional features as implemented.
Predicting is done using a standard ODE predictor method, such as Runge–Kutta, and correction often uses Newton–Raphson iteration.
are polynomial, homotopy continuation in this context is theoretically guaranteed to compute all solutions of
However, this guarantee is not always achieved in practice, because of issues arising from limitations of the modern computer, most namely finite precision.
That is, despite the strength of the probability-1 argument underlying this theory, without using a priori certified tracking methods, some paths may fail to track perfectly for various reasons.
is a data structure used to describe algebraic varieties.
The witness set for an affine variety that is equidimensional consists of three pieces of information.
These equations define the algebraic variety
The third piece of information is the list of points in the intersection
Thus, witness sets encode the answer to the first two questions one asks about an algebraic variety: What is the dimension, and what is the degree?
Witness sets also allow one to perform a numerical irreducible decomposition, component membership tests, and component sampling.
This makes witness sets a good description of an algebraic variety.
Solutions to polynomial systems computed using numerical algebraic geometric methods can be certified, meaning that the approximate solution is "correct".
This can be achieved in several ways, either a priori using a certified tracker,[7][8] or a posteriori by showing that the point is, say, in the basin of convergence for Newton's method.
[9] Several software packages implement portions of the theoretical body of numerical algebraic geometry.