Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

5.3 Condition Number

The condition number of a matrix describes how sensitive it is to errors in the right-hand side vector when solving systems of equations. The factorization classes can optionally calculate an estimate of the reciprocal condition number when a factorization is constructed. When this number is near 1, the matrix is said to be well-conditioned. When the reciprocal condition number is near 0, the matrix is ill-conditioned. The solutions obtained for ill-conditioned matrices may not be very accurate. Consult a linear algebra text for more information on condition numbers.

The condition number is accessed via member function condition(). For example, if LU is an existing LU factorization, then:

returns the reciprocal condition number.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.