Numerical and Symbolic Matrix Trace
Computes the trace of a numeric or character matrix.
numeric
character
mxtr(x)
x
numeric or character.
### numeric matrix x <- matrix(1:4, nrow = 2) mxtr(x) ### character matrix x <- matrix(letters[1:4], nrow = 2) mxtr(x)
Guidotti E (2022). "calculus: High-Dimensional Numerical and Symbolic Calculus in R." Journal of Statistical Software, 104(5), 1-37. tools:::Rd_expr_doi("10.18637/jss.v104.i05")
Other matrix algebra: mxdet(), mxinv(), mx()
mxdet()
mxinv()
mx()
Useful links