powered by
Computes the inverse of a numeric or character matrix.
numeric
character
mxinv(x)
numeric or character matrix.
Guidotti, E. (2020). "calculus: High dimensional numerical and symbolic calculus in R". https://arxiv.org/abs/2101.00086
Other matrix algebra: mxdet(), mxtr(), mx()
mxdet()
mxtr()
mx()
# NOT RUN { ### numeric matrix x <- matrix(1:4, nrow = 2, byrow = TRUE) mxinv(x) ### symbolic matrix x <- matrix(letters[1:4], nrow = 2, byrow = TRUE) mxinv(x) # }
Run the code above in your browser using DataLab