|
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. Numerical analysis is the study of algorithms for the problems of continuous mathematics (as distinguished from discrete mathematics). ...
The mathematical term well-posed problem stems from a definition given by Hadamard. ...
The condition number of a matrix
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 , 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: In mathematics, the term matrix norm can have two meanings: A vector norm on matrices, i. ...
Linear algebra is the branch of mathematics concerned with the study of vectors, vector spaces (also called linear spaces), linear transformations, and systems of linear equations in finite dimensions. ...
 Of course, this definition depends on the choice of norm. where σmax(A) and σmin(A) are maximal and minimal singular values of A respectively. Hence ( are maximal and minimal (by moduli) eigenvalues of A respectively) - κ(A) = 1
 In mathematics, the term matrix norm can have two meanings: A vector norm on matrices, i. ...
In mathematics, in particular functional analysis, singular values, or s-numbers of an bounded operator T acting on a Hilbert space are defined as the eigenvalues of (T*T)1/2. ...
A complex square matrix A is a normal matrix iff where A* is the conjugate transpose of A (if A is a real matrix, this is the same as the transpose of A). ...
In mathematics, a number is called an eigenvalue of a matrix if there exists a nonzero vector such that the matrix times the vector is equal to the same vector multiplied by the eigenvalue. ...
In mathematics, a unitary matrix is an n by n complex matrix U satisfying the condition where In is the identity matrix and U* is the conjugate transpose (also called the Hermitian adjoint) of U. Note this condition says that a matrix U is unitary if it has an inverse...
In mathematics, the term matrix norm can have two meanings: A vector norm on matrices, i. ...
In the mathematical discipline of linear algebra, a triangular matrix is a special kind of square matrix where the entries below or above the main diagonal are zero. ...
The condition number in other contexts Condition numbers for singular-value decompositions, polynomial root finding, eigenvalue and many other problems may be defined. In linear algebra the singular value decomposition (SVD) is a factorization of a rectangular real or complex matrix analogous to the diagonalization of symmetric or Hermitian square matrices using a basis of eigenvectors (see spectral theorem). ...
In mathematics, a number is called an eigenvalue of a matrix if there exists a nonzero vector such that the matrix times the vector is equal to the same vector multiplied by the eigenvalue. ...
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: In the mathematical subfield of numerical analysis the approximation error in some data is the discrepancy between an exact value and some approximation to it. ...
In the mathematical subfield of numerical analysis the approximation error in some data is the difference between the exact value and the value used. ...
 where ε is some reasonably small value in the variation of data for the problem. If f is also differentiable, this is approximately . |