powered by
Calculates the inverse of a square matrix.
inv(x, ...)
A square numeric or complex matrix
Additional optional arguments.
See the documentation for the base function solve.
base
solve
solve.
m <- 3 * eye(5) inv(m)
Run the code above in your browser using DataLab