inv | R Documentation |
Calculates the inverse of a square matrix.
inv(x, ...)
x |
A square numeric or complex matrix. |
... |
Additional optional arguments. |
See solve for details.
solve.
m <- 3 * eye(5)
inv(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.