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 of a square matrix
Report an issue | ||
<< rref | Matrix Analysis | Matrix Pencil >> |