Scilab-Branch-6.1-GIT
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 >> |