Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
cond
条件数
呼び出し手順
cond(X)
パラメータ
- X
real or complex square matrix
説明
2乗ノルムの条件数.cond(X)
はX
の
最大特異値と最小特異値の比である.
例
A=testmatrix('hilb',6); cond(A)
Report an issue | ||
<< Matrix Analysis | Matrix Analysis | det >> |