Inv {dccmidas} | R Documentation |
Inverse of a matrix
Description
Calculates the inverse of a numeric matrix
Usage
Inv(x)
Arguments
x |
a numeric matrix |
Value
The inverse of x.
Examples
x<-matrix(sample(1:25,25,replace=TRUE),ncol=5)
Inv(x)
[Package dccmidas version 0.1.2 Index]