Dog Breeds Information and More
  Komondor - Dog Breeds Facts and Information Dog Breeds Selector A to Z dog breeds Forums

 
Dog names
Dog training
Toy dogs
Intelligence
Dog health
Dog worship
Ticks

 
Golden Retriever
Labrador Retriever
Jack Russell
 
Find a Breed
 
Dog Breeds Encyclopedia
 

Condition number

In numerical analysis, the condition number associated with a numerical problem is a measure of that quantity's amenability to digital computation, that is, how well-posed the problem is. 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.

For example, the condition number associated with the linear equation Ax = b gives a bound on how inaccurate the solution x will be after numerical solution.

The condition number also amplifies the error present in b. The extent of this amplification can render a low condition number system (normally a good thing) inaccurate and a high condition number system (normally a bad thing) accurate, depending on how well the data in b are known. For this problem, the condition number is defined by

\Vert A^{-1}\Vert \cdot \Vert A\Vert,

in any consistent norm. This number arises so often in numerical linear algebra that it is given a name, the condition number of a matrix:

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

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

Condition numbers for singular-value decompositions, polynomial root finding, eigenvalue and many other problems may be defined.

Generally, if a numerical problem is well-posed, it can be expressed as a function f mapping its data, which is an m-tuple of real numbers x, into its solution, an n-tuple of real numbers y.

Its condition number is then defined to be the maximum value of the ratio of the relative errors in the solution to the relative error in the data, over the problem domain:

\max \left\{ \left| \frac{f(x) - f(x^*)}{f(x)} \right| \left/ \left| \frac{x - x^*}{x} \right| \right. : x - x^* < \epsilon \right\}

where ε is some reasonably small value in the variation of data for the problem.

If f is also differentiable, this is approximately

\left| \frac{ f'(x) }{ f(x) } \right|. \left| x \right|.
The contents of this article are licensed from Wikipedia.org under the
GNU Free Documentation License. How to see transparent copy