powered by
Returns trace of a matrix.
tr(x)
a numeric matrix.
The function tr computes the trace of a square matrix which is the sum of the diagonal elements of the matrix under consideration.
tr
Golub, van Loan, (1996); Matrix Computations, 3rd edition. Johns Hopkins University Press.
## Create Pascal Matrix: P = pascal(3) P ## Trace: tr(P)
Run the code above in your browser using DataLab