Scilab 5.5.2
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
Calling Sequence
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 >> |