Scilab 6.0.0
Scilab Help >> Linear Algebra > Matrix Analysis > trace
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
Comments
Add a comment:
Please login to comment this page.