Det | R Documentation |
Calculates the determinant of a numeric matrix.
Det(x)
x |
a numeric matrix |
The determinant of x.
x<-matrix(sample(1:25,25,replace=TRUE),ncol=5)
Det(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.