tropdet | R Documentation |
Compute the tropical determinant for a given matrix. This is equivalent to solving an assignment problem.
tropdet(x)
x |
a square matrix |
The determinant of the given matrix,
R <- matrix(sample(1:9, 9), nrow = 3) tropdet(R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.