Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Condition number
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Function's sensitivity to argument change}} In [[numerical analysis]], the '''condition number''' of a [[function (mathematics)|function]] measures how much the output value of the function can change for a small change in the input argument. This is used to measure how [[sensitivity analysis|sensitive]] a function is to changes or errors in the input, and how much error in the output results from an error in the input. Very frequently, one is solving the inverse problem: given <math>f(x) = y,</math> one is solving for ''x,'' and thus the condition number of the (local) inverse must be used.<ref>{{cite book |first1=David A. |last1=Belsley |first2=Edwin |last2=Kuh |author-link2=Edwin Kuh |first3=Roy E. |last3=Welsch |chapter=The Condition Number |title=Regression Diagnostics: Identifying Influential Data and Sources of Collinearity |location=New York |publisher=John Wiley & Sons |year=1980 |isbn=0-471-05856-4 |pages=100β104 | chapter-url =https://books.google.com/books?id=GECBEUJVNe0C&pg=PA100 }}</ref><ref>{{cite book |first=M. Hashem |last=Pesaran |author-link=M. Hashem Pesaran |chapter =The Multicollinearity Problem |title=Time Series and Panel Data Econometrics |location=New York |publisher=Oxford University Press |year=2015 | isbn=978-0-19-875998-0 |pages=67β72 [p. 70] |chapter-url=https://books.google.com/books?id=7RokCwAAQBAJ&pg=PA70 }}</ref> The condition number is derived from the theory of [[propagation of uncertainty]], and is formally defined as the value of the [[Asymptotic analysis|asymptotic]] worst-case relative change in output for a relative change in input. The "function" is the solution of a problem and the "arguments" are the data in the problem. The condition number is frequently applied to questions in [[linear algebra]], in which case the derivative is straightforward but the error could be in many different directions, and is thus computed from the geometry of the matrix. More generally, condition numbers can be defined for non-linear functions in several variables. 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'''''. In non-mathematical terms, an ill-conditioned problem is one where, for a small change in the inputs (the [[independent variables]]) there is a large change in the answer or [[dependent variable]]. This means that the correct solution/answer to the equation becomes hard to find. 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 ''[[Numerical stability|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 known backward stable algorithms. As a rule of thumb, if the condition number <math>\kappa(A) = 10^k</math>, then you may lose up to <math>k</math> digits of accuracy on top of what would be lost to the numerical method due to loss of precision from arithmetic methods.<ref name="Numerical Mathematics and Computing, by Cheney and Kincaid">{{cite book|url=https://books.google.com/books?id=ZUfVZELlrMEC&pg=PA321 |title= Numerical Mathematics and Computing |last1=Cheney |last2=Kincaid |isbn= 978-0-495-11475-8 |date=2008 |page=321 |publisher= Cengage Learning }}</ref> 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).
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)