inv {ramify} | R Documentation |
Calculates the inverse of a square matrix.
inv(x, ...)
x |
A square numeric or complex matrix |
... |
Additional optional arguments. |
See the documentation for the base
function
solve
.
m <- 3 * eye(5)
inv(m)