powered by
This will calculate the inverse matrix by Gauss elimination method
zinv(y)
the inverse of y
y
a sqaure matrix
Xiaodong Luo
Inverse matrix
y<-matrix(c(1,2,0,1),ncol=2,nrow=2) zinv(y)
Run the code above in your browser using DataLab