Trace
Returns the trace of a matrix, that is the sum of the diagonal elements.
Syntax
trace(Matrix)
Description
Given a matrix, returns its trace.
Returns the trace of a matrix, that is the sum of the diagonal elements.
trace(Matrix)
Given a matrix, returns its trace.