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
traço de uma matriz
Seqüência de Chamamento
trace(X)
Parâmetros
- X
matriz de reais ou complexos, matriz de polinômios ou de razões de polinômios.
Descrição
trace(X)
é o traço da matriz
X
.
É o mesmo que sum(diag(X))
.
Ver Também
- det — determinant of a square matrix
Report an issue | ||
<< rref | Matrix Analysis | Matrix Pencil >> |