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