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