tr {infoDecompuTE} | R Documentation |
Compute the trace of the square matrix.
tr(X)
X |
a square matrix. |
A numeric value.
Kevin
John J, Williams E (1987). Cyclic and computer generated Designs. Second edition. Chapman & Hall.
m = matrix(1, nrow = 10, ncol = 10)
tr(m)