(translator=Szuwei, ChineseSource=Szuwei-20020601-10\rcond.html, EnglishSource=c:\matlabr12\help\techdoc\ref\rcond.html)
MATLAB Function Reference    
rcond

矩陣情況數(condition number)倒數(reciprocal)的評估(estimate)

Syntax

Description

c = rcond(A)傳回利用LAPACK情況估計系統(condition estimator)對A在1-範模(1-norm)下其〔情況倒數(the reciprocal of the condition )〕的估計。如果A是在良好的情況(well conditioned),則rcond(A)會接近1.0。如果A是在不良的情況(conditioned),則rcond(A)的值會接近0.0。就評估(estimate)一個矩陣的情況(condition)來說,相較於condrcond會來的比較有效率,但卻比較不可靠。

Algorithm

rcond使用LAPACK的程序去計算情況數(condition number)的評估:

矩陣
程序
Real
DLANGE, DGETRF, DGECON
Complex
ZLANGE, ZGETRF, ZGECON

See Also

cond, condest, norm, normest, rank, svd

References

[1]  Anderson, E., Z. Bai, C. Bischof, S. Blackford, J. Demmel, J. Dongarra, J. Du Croz, A. Greenbaum, S. Hammarling, A. McKenney, and D. Sorensen, LAPACK User's Guide, Third Edition, SIAM, Philadelphia, 1999.


 rbbox readasync

翻譯對照表:
評估(estimate)
情況數(condition number)
情況估計系統(condition estimator)
倒數(reciprocal)
良好的情況(well conditioned)
情況倒數(the reciprocal of the condition )