Scilab 6.0.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
trace
trace
Syntax
trace(X)
Arguments
- X
real or complex square matrix, polynomial or rational matrix.
Description
trace(X) is the trace of the matrix X.
Same as sum(diag(X)).
See also
- det — determinant
| Report an issue | ||
| << rref | Matrix Analysis | Matrix Pencil >> |