kondíciószám
A kondíciószám, often translated as "condition number," is a measure of how sensitive the solution of a linear system of equations is to small changes in the input data. It is particularly relevant in numerical linear algebra and scientific computing. A small condition number indicates that the system is well-conditioned, meaning that small perturbations in the matrix or the right-hand side vector will result in small changes in the solution. Conversely, a large condition number signifies an ill-conditioned system, where even minor errors can lead to significantly inaccurate solutions.
The condition number is typically defined using a matrix norm. For a non-singular square matrix A, its
In practice, a high condition number suggests that numerical algorithms attempting to solve the linear system