请输入您要查询的字词:

 

单词 condition number
释义
condition number

Computer
  • A number that gives a measure of how sensitive the solution of a problem is to changes in the data. In practice such numbers are often difficult to compute; even so they can play an important part in comparing algorithms. They have a particularly important role in numerical linear algebra. As an example, for the linear algebraic equations

    Ax=b,
    if b is changed to b + Δ‎b (simulating, for example, errors in the data) then the corresponding change Δ‎x in the solution satisfies
    Δx x cond(A) Δb b
    where cond(A) = ‖A‖ ‖A–1‖ is the condition number of A with respect to solving linear equations. The expression bounds the relative change in the solution in terms of the relative change in the data b. The actual quantities are measured in terms of a vector norm (see approximation theory). Similarly the condition number is expressed in terms of a corresponding matrix norm. It can be shown that cond(A)≥1. If cond(A) is large the problem is said to be ill-conditioned and it follows that a small relative change in b can lead to a large relative change in the solution x. This means that the accuracy of a computed approximation must be interpreted accordingly, taking into account the size of the possible data errors, machine precision, and errors induced by the particular algorithm.

    Similar ideas apply to other problem areas and condition numbers feature in a measure of eigenvalue sensitivity in the matrix eigenvalue problem.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/28 21:35:22