Condition number

Condition number

In the field of numerical analysis, the condition number of a function with respect to an argument measures the asymptotically worst case of how much the function can change in proportion to small changes in the argument. The "function" is the solution of a problem and the "arguments" are the data in the problem.

A problem with a low condition number is said to be well-conditioned, while a problem with a high condition number is said to be ill-conditioned.

The condition number is a property of the problem. Paired with the problem are any number of algorithms that can be used to solve the problem, that is, to calculate the solution. Some algorithms have a property called backward stability. In general, a backward stable algorithm can be expected to accurately solve well-conditioned problems. Numerical analysis textbooks give formulas for the condition numbers of problems and identify the backward stable algorithms.

As a general rule of thumb, if the condition number κ(A) = 10k, then you may lose up to k digits of accuracy on top of what would be lost to the numerical method due to loss of precision from arithmetic methods.[1] However, the condition number does not give the exact value of the maximum inaccuracy that may occur in the algorithm. It generally just bounds it with an estimate (whose computed value depends on the choice of the norm to measure the inaccuracy).

Contents

Matrices

For example, the condition number associated with the linear equation Ax = b gives a bound on how inaccurate the solution x will be after approximate solution. Note that this is before the effects of round-off error are taken into account; conditioning is a property of the matrix, not the algorithm or floating point accuracy of the computer used to solve the corresponding system. In particular, one should think of the condition number as being (very roughly) the rate at which the solution, x, will change with respect to a change in b. Thus, if the condition number is large, even a small error in b may cause a large error in x. On the other hand, if the condition number is small then the error in x will not be much bigger than the error in b.

The condition number is defined more precisely to be the maximum ratio of the relative error in x divided by the relative error in b.

Let e be the error in b. Assuming that A is a square matrix, the error in the solution A−1b is A−1e. The ratio of the relative error in the solution to the relative error in b is

 \frac{ \left\Vert A^{-1} e \right\Vert / \left\Vert A^{-1} b \right\Vert }{ \left\Vert e \right\Vert / \left\Vert b \right\Vert } .

This is easily transformed to

 \left( \left\Vert A^{-1} e \right\Vert / \left\Vert e \right\Vert \right) \cdot \left( \left\Vert b \right\Vert / \left\Vert A^{-1} b \right\Vert \right) .

The maximum value (for nonzero b and e) is easily seen to be the product of the two operator norms:

 \kappa(A) = \left\Vert A \right\Vert \cdot \left\Vert A^{-1} \right\Vert .

The same definition is used for any consistent norm, i.e. one that satisfies

 \kappa(A) \ge 1 .\,

When the condition number is exactly one, then the algorithm may find an approximation of the solution with an arbitrary precision. However it does not mean that the algorithm will converge rapidly to this solution, just that it won't diverge arbitrarily because of inaccuracy on the source data (backward error), provided that the forward error introduced by the algorithm does not diverge as well because of accumulating intermediate rounding errors.

The condition number may also be infinite, in which case the algorithm will not reliably find a solution to the problem, not even a weak approximation of it (and not even its order of magnitude) with any reasonable and provable accuracy.

Of course, this definition depends on the choice of norm:

  • If  \left\| \cdot \right\| is the norm (usually noted as  \left\| \cdot \right\|_2 ) defined in the square-summable sequence space 2 (which also matches the usual distance in a continuous and isotropic cartesian space), then
     \kappa(A) = \frac{\sigma_{\max}(A)}{\sigma_{\min}(A)} ,
    where σmax (A) and σmin (A) are maximal and minimal singular values of A respectively.
    Hence
    • If A is normal then
       \kappa(A) = \left|\frac{\lambda_{\max}(A)}{\lambda_{\min}(A)}\right| ,
      where λmax (A) and λmin (A) are maximal and minimal (by moduli) eigenvalues of A respectively.
    • If A is unitary then
       \kappa(A) = 1 .\,
    This number arises so often in numerical linear algebra that it is given a name, the condition number of a matrix.
  • If  \left\| \cdot \right\| is the norm (usually noted as  \left\| \cdot \right\|_\infty ) defined in the sequence space of all bounded sequences (which also matches the non-linear distance measured as the maximum of distances measured on projections into the base subspaces, without requiring the space to be isotropic or even just linear, but only continuous, such norm being definable on all Banach spaces), and A is lower triangular non-singular (i.e.,  \forall i, a_{ii} \ne 0 \,) then
     \kappa(A) \geq \frac{\max_i(|a_{ii}|)}{\min_i(|a_{ii}|)} .
    The condition number computed with this norm is generally larger than the condition number computed with square-summable sequences, but it can be evaluated more easily (and this is often the only measurable condition number, when the problem to solve involves a non-linear algebra, for example when approximating irrational and transcendental functions or numbers with numerical methods.)

Other contexts

Condition numbers can be defined for any function ƒ mapping its data from some domain (e.g. an m-tuple of real numbers x) into some codomain [e.g. an n-tuple of real numbers ƒ(x)], where both the domain and codomain are Banach spaces. They express how sensitive that function is to small changes (or small errors) in its arguments. This is crucial in assessing the sensitivity and potential accuracy difficulties of numerous computational problems, for example polynomial root finding or computing eigenvalues.

The condition number of ƒ at a point x (specifically, its relative condition number[2]) is then defined to be the maximum ratio of the fractional change in ƒ(x) to any fractional change in x, in the limit where the change δx in x becomes infinitesimally small:[2]

\lim_{ \varepsilon \to 0^+ }
        \sup_{ \Vert \delta x \Vert \leq \varepsilon } 
        \left[  \frac{ \left\Vert f(x + \delta x) - f(x)\right\Vert }{ \Vert f(x) \Vert }  
              / \frac{ \Vert \delta x \Vert }{ \Vert x \Vert }
        \right],

where \Vert \cdots \Vert is a norm on the domain/codomain of ƒ(x).

If ƒ is differentiable, this is equivalent to:[2]

\frac{\Vert J \Vert}{ \Vert f(x) \Vert / \Vert x \Vert},

where J denotes the Jacobian matrix of partial derivatives of ƒ and \Vert J \Vert is the induced norm on the matrix.

References

  1. ^ Numerical Mathematics and Computing, by Cheney and Kincaid.
  2. ^ a b c L. N. Trefethen and D. Bau, Numerical Linear Algebra (SIAM, 1997).

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Condition — or Conditions may refer to: Contents 1 Logic 2 Computer programming 3 Other 4 See also Logic Logical conditional …   Wikipedia

  • Condition monitoring — is the process of monitoring a parameter of condition in machinery, such that a significant change is indicative of a developing failure. It is a major component of predictive maintenance. The use of conditional monitoring allows maintenance to… …   Wikipedia

  • Condition-based maintenance — (CBM), shortly described, is maintenance when need arises. This maintenance is performed after one or more indicators show that equipment is going to fail or that equipment performance is deteriorating. Condition based maintenance was introduced… …   Wikipedia

  • condition precedent — see condition Merriam Webster’s Dictionary of Law. Merriam Webster. 1996. condition precedent …   Law dictionary

  • Number of the Beast (comics) — Number of the Beast Cover of the first issue Publication information Publisher Wildstorm …   Wikipedia

  • Number One (1969 film) — Number One Directed by Tom Gries Produced by Walter Seltzer Written by David Moessinger Starring Charlton Heston …   Wikipedia

  • number game — Introduction       any of various puzzles and games that involve aspects of mathematics.       Mathematical recreations comprise puzzles and games that vary from naive amusements to sophisticated problems, some of which have never been solved.… …   Universalium

  • Number Five Crossbar Switching System — The Number Five Crossbar Switching System or 5XB switch, designed by Bell Labs and made by Western Electric, was in use in Bell System telephone exchanges from 1948 to the 1980s. Its principal use was as a Class 5 telephone switch, though… …   Wikipedia

  • condition — noun 1 state of sth ADJECTIVE ▪ excellent, good, immaculate, mint, perfect, pristine ▪ reasonable ▪ bad …   Collocations dictionary

  • number theory — Math. the study of integers and their relation to one another. Also called theory of numbers. [1910 15] * * * Branch of mathematics concerned with properties of and relations among integers. It is a popular subject among amateur mathematicians… …   Universalium

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”