powered by
Calculates the inverse of a matrix.
inverse(x)
numeric or character matrix.
# NOT RUN { # numeric matrix x <- matrix(1:4, nrow = 2) inverse(x) # symbolic matrix x <- matrix(letters[1:4], nrow = 2) inverse(x) # }
Run the code above in your browser using DataLab