Scilab 5.4.1
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
trace
trace d'une matrice
Séquence d'appel
trace(X)
Paramètres
- X
matrice carrée, réelle, complexe, polynomiale ou rationnelle.
Description
trace(X)
calcule la trace de X
.
Identique à sum(diag(X))
.
Voir aussi
- det — déterminant
Comments
Add a comment:
Please login to comment this page.