powered by
Compute the tropical determinant for a given matrix. This is equivalent to solving an assignment problem.
tropdet(x)
a square matrix
The determinant of the given matrix,
# NOT RUN { R <- matrix(sample(1:9, 9), nrow = 3) tropdet(R) # }
Run the code above in your browser using DataLab