powered by
Calculates the inverse of a numeric matrix
Inv(x)
The inverse of x.
a numeric matrix
x<-matrix(sample(1:25,25,replace=TRUE),ncol=5) Inv(x)
Run the code above in your browser using DataLab