konditionstal
konditionstal (condition number) is a measure of the sensitivity of a function's output to small changes in its input. In numerical analysis, it is used to gauge how errors from input, rounding, or data propagate through computations. The concept applies to functions, matrices, and linear systems.
For a nonsingular matrix A, the condition number with respect to a chosen norm is cond(A) = ||A||
In solving Ax = b, if the input b is perturbed to b + Δb, the relative change in
Condition number depends on the norm; different norms give different cond values. It can be computed via
Applications include linear systems, eigenvalue problems, and optimization; it is a key indicator of numerical stability