Trace | R Documentation |
Sum of the main diagonal elements.
Trace(a)
a |
a square matrix |
Sums the elements of the main diagonal of areal or complrx square matrix.
scalar value
The corresponding function in Matlab/Octave is called trace(), but this in R has a different meaning.
Diag
, diag
Trace(matrix(1:16, nrow=4, ncol=4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.