Rdocumentation
powered by
Learn R Programming
ramify (version 0.1.0)
inv: Matrix Inverse
Description
Calculates the inverse of a square matrix.
Usage
inv(x, ...)
Arguments
x
A square numeric or complex matrix
...
Additional optional arguments.
See Also
solve
.
Examples
Run this code
m <- 3 * eye(
5
)
inv(m)
Run the code above in your browser using
DataLab