Affine arithmetic (AA) is a model for
self-validated numerical analysis
Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods th ...
. In AA, the quantities of interest are represented as
affine combination In mathematics, an affine combination of is a linear combination
: \sum_^ = \alpha_ x_ + \alpha_ x_ + \cdots +\alpha_ x_,
such that
:\sum_^ =1.
Here, can be elements ( vectors) of a vector space over a field , and the coefficients \alpha_ ...
s (affine forms) of certain primitive variables, which stand for sources of uncertainty in the data or approximations made during the computation.
Affine arithmetic is meant to be an improvement on
interval arithmetic
Interval arithmetic (also known as interval mathematics, interval analysis, or interval computation) is a mathematical technique used to put bounds on rounding errors and measurement errors in mathematical computation. Numerical methods usin ...
(IA), and is similar to
generalized interval arithmetic
A generalization is a form of abstraction whereby common properties of specific instances are formulated as general concepts or claims. Generalizations posit the existence of a domain or set of elements, as well as one or more common character ...
, first-order
Taylor arithmetic
Taylor, Taylors or Taylor's may refer to:
People
* Taylor (surname)
**List of people with surname Taylor
* Taylor (given name), including Tayla and Taylah
* Taylor sept, a branch of Scottish clan Cameron
* Justice Taylor (disambiguation)
Plac ...
, the
center-slope model, and
ellipsoid calculus
An ellipsoid is a surface that may be obtained from a sphere by deforming it by means of directional scalings, or more generally, of an affine transformation.
An ellipsoid is a quadric surface; that is, a surface that may be defined as the ze ...
— in the sense that it is an automatic method to derive first-order guaranteed approximations to general formulas.
Affine arithmetic is potentially useful in every numeric problem where one needs guaranteed enclosures to smooth functions, such as solving
systems of non-linear equations, analyzing
dynamical system
In mathematics, a dynamical system is a system in which a function describes the time dependence of a point in an ambient space. Examples include the mathematical models that describe the swinging of a clock pendulum, the flow of water i ...
s,
integrating functions,
differential equation
In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, a ...
s, etc. Applications include
ray tracing,
plotting curve
In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that ...
s, intersecting
implicit and
parametric surface A parametric surface is a surface in the Euclidean space \R^3 which is defined by a parametric equation with two parameters Parametric representation is a very general way to specify a surface, as well as implicit representation. Surfaces that o ...
s,
error analysis (mathematics),
process control
An industrial process control in continuous production processes is a discipline that uses industrial control systems to achieve a production level of consistency, economy and safety which could not be achieved purely by human manual control. ...
, worst-case analysis of
electric circuit
An electrical network is an interconnection of electrical components (e.g., batteries, resistors, inductors, capacitors, switches, transistors) or a model of such an interconnection, consisting of electrical elements (e.g., voltage sources, ...
s, and more.
Definition
In affine arithmetic, each input or computed quantity ''x'' is represented by a formula
where
are known floating-point numbers, and
are symbolic variables whose values are only known to lie in the range
1,+1
Thus, for example, a quantity ''X'' which is known to lie in the range
,7can be represented by the affine form
, for some ''k''. Conversely, the form
implies that the corresponding quantity ''X'' lies in the range
,17
The sharing of a symbol
among two affine forms
,
implies that the corresponding quantities ''X'', ''Y'' are partially dependent, in the sense that their joint range is smaller than the
Cartesian product
In mathematics, specifically set theory, the Cartesian product of two sets ''A'' and ''B'', denoted ''A''×''B'', is the set of all ordered pairs where ''a'' is in ''A'' and ''b'' is in ''B''. In terms of set-builder notation, that is
: A\ ...
of their separate ranges. For example, if
and
,
then the individual ranges of ''X'' and ''Y'' are
,18and
3,27 but the joint range of the pair (''X'',''Y'') is the
hexagon
In geometry, a hexagon (from Greek , , meaning "six", and , , meaning "corner, angle") is a six-sided polygon. The total of the internal angles of any simple (non-self-intersecting) hexagon is 720°.
Regular hexagon
A ''regular hexagon'' h ...
with corners (2,27), (6,27), (18,19), (18,13), (14,13), (2,21) — which is a proper subset of the
rectangle ,18�
3,27
Affine arithmetic operations
Affine forms can be combined with the standard arithmetic operations or elementary functions, to obtain guaranteed approximations to formulas.
Affine operations
For example, given affine forms
for ''X'' and ''Y'', one can obtain an affine form
for ''Z'' = ''X'' + ''Y'' simply by adding the forms — that is, setting
for every ''j''. Similarly, one can compute an affine form
for ''Z'' =
''X'', where
is a known constant, by setting
for every ''j''. This generalizes to arbitrary affine operations like ''Z'' =
''X'' +
''Y'' +
.
Non-affine operations
A non-affine operation
, like multiplication
or
, cannot be performed exactly, since the result would not be an affine form of the
. In that case, one should take a suitable affine function ''G'' that approximates ''F'' to first order, in the ranges implied by
and
; and compute
, where
is an upper bound for the absolute error
in that range, and
is a new symbolic variable not occurring in any previous form.
The form
then gives a guaranteed enclosure for the quantity ''Z''; moreover, the affine forms
jointly provide a guaranteed enclosure for the point (''X'',''Y'',...,''Z''), which is often much smaller than the Cartesian product of the ranges of the individual forms.
Chaining operations
Systematic use of this method allows arbitrary computations on given quantities to be replaced by equivalent computations on their affine forms, while preserving first-order correlations between the input and output and guaranteeing the complete enclosure of the joint range. One simply replaces each arithmetic operation or elementary function call in the formula by a call to the corresponding AA library routine.
For smooth functions, the approximation errors made at each step are proportional to the square ''h''
2 of the width ''h'' of the input intervals. For this reason, affine arithmetic will often yield much tighter bounds than standard interval arithmetic (whose errors are proportional to ''h'').
Roundoff errors
In order to provide guaranteed enclosure, affine arithmetic operations must account for the roundoff errors in the computation of the resulting coefficients
. This cannot be done by rounding each
in a specific direction, because any such rounding would falsify the dependencies between affine forms that share the symbol
. Instead, one must compute an upper bound
to the roundoff error of each
, and add all those
to the coefficient
of the new symbol
(rounding up). Thus, because of roundoff errors, even affine operations like ''Z'' =
''X'' and ''Z'' = ''X'' + ''Y'' will add the extra term
.
The handling of roundoff errors increases the code complexity and execution time of AA operations. In applications where those errors are known to be unimportant (because they are dominated by uncertainties in the input data and/or by the linearization errors), one may use a simplified AA library that does not implement roundoff error control.
Affine projection model
Affine arithmetic can be viewed in matrix form as follows. Let
be all input and computed quantities in use at some point during a computation. The affine forms for those quantities can be represented by a single coefficient matrix ''A'' and a vector ''b'', where element
is the coefficient of symbol
in the affine form of ''
''; and
is the independent term of that form. Then the joint range of the quantities — that is, the range of the point
— is the image of the hypercube
by the affine map from
to
defined by
.
The range of this affine map is a
zonotope
In geometry, a zonohedron is a convex polyhedron that is centrally symmetric, every face of which is a polygon that is centrally symmetric (a zonogon). Any zonohedron may equivalently be described as the Minkowski sum of a set of line segments in ...
bounding the joint range of the quantities
. Thus one could say that AA is a "zonotope arithmetic". Each step of AA usually entails adding one more row and one more column to the matrix ''A''.
Affine form simplification
Since each AA operation generally creates a new symbol
, the number of terms in an affine form may be proportional to the number of operations used to compute it. Thus, it is often necessary to apply "symbol condensation" steps, where two or more symbols
are replaced by a smaller set of new symbols. Geometrically, this means replacing a complicated zonotope ''P'' by a simpler zonotope ''Q'' that encloses it. This operation can be done without destroying the first-order approximation property of the final zonotope.
Implementation
Matrix implementation
Affine arithmetic can be implemented by a global array ''A'' and a global vector ''b'', as described above. This approach is reasonably adequate when the set of quantities to be computed is small and known in advance. In this approach, the programmer must maintain externally the correspondence between the row indices and the quantities of interest. Global variables hold the number ''m'' of affine forms (rows) computed so far, and the number ''n'' of symbols (columns) used so far; these are automatically updated at each AA operation.
Vector implementation
Alternatively, each affine form can be implemented as a separate vector of coefficients. This approach is more convenient for programming, especially when there are calls to library procedures that may use AA internally. Each affine form can be given a mnemonic name; it can be allocated when needed, be passed to procedures, and reclaimed when no longer needed. The AA code then looks much closer to the original formula. A global variable holds the number ''n'' of symbols used so far.
Sparse vector implementation
On fairly long computations, the set of "live" quantities (that will be used in future computations) is much smaller than the set of all computed quantities; and ditto for the set of "live" symbols
. In this situation, the matrix and vector implementations are too wasteful of time and space.
In such situations, one should use a
sparse
Sparse is a computer software tool designed to find possible coding faults in the Linux kernel. Unlike other such tools, this static analysis tool was initially designed to only flag constructs that were likely to be of interest to kernel de ...
implementation. Namely, each affine form is stored as a list of pairs (j,
), containing only the terms with non-zero coefficient
. For efficiency, the terms should be sorted in order of ''j''. This representation makes the AA operations somewhat more complicated; however, the cost of each operation becomes proportional to the number of nonzero terms appearing in the operands, instead of the number of total symbols used so far.
This is the representation used by LibAffa.
References
External links
Stolfi's page on AA.
LibAffa, an LGPL implementation of affine arithmetic.
**
ASOL, a branch-and-prune method to find all solutions to systems of nonlinear equations using affine arithmetic
YalAA, an object-oriented C++ based template library for affine arithmetic (AA).
*{{GitHub, mskashi/kv (
C++ library which can use affine arithmetic)
Numerical analysis
Affine geometry