Student[LinearAlgebra]
Trace
compute the trace of a square Matrix
Calling Sequence
Parameters
Description
Examples
Trace(A)
A
-
square Matrix
The Trace(A) command computes the sum of the diagonal elements of Matrix A.
with⁡StudentLinearAlgebra:
A≔a,b,c|d,e,f|g,h,i
A≔adgbehcfi
Trace⁡A
a+e+i
See Also
LinearAlgebra[Trace]
Student[LinearAlgebra][Eigenvalues]
Download Help Document