linalg[trace] - the trace of a matrix
|
Calling Sequence
|
|
trace(A)
|
|
Description
|
|
•
|
The function trace(A) computes the trace of the matrix A. The trace of a matrix A is defined to be the sum of the diagonal elements of A.
|
•
|
The command with(linalg,trace) allows the use of the abbreviated form of this command.
|
|
|