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
trace
トレース
呼び出し手順
trace(X)
パラメータ
- X
実数または複素行列, 多項式または有理行列.
説明
trace(X)
は行列X
の
トレースとなる.
sum(diag(X))
と同じである.
参考
Report an issue | ||
<< rref | Matrix Analysis | Matrix Pencil >> |