powered by
This function constructs a minimum enclosing ball for a set of points defining a tropical polytope.
min_enc.ball(A)
list containing center point and radius of minimum enclosing ball of P
matrix of points defining a tropical polytope. Rows are the points.
David Barnhill david.barnhill@nps.edu
Barnhill, David, Ruriko Yoshida and Keiji Miura (2023). Maximum Inscribed and Minimum Enclosing Tropical Balls of Tropical Polytopes and Applications to Volume Estimation and Uniform Sampling.
P <-matrix(c(0,0,0,0,3,1,0,2,5),3,3,TRUE) min_enc.ball(P)
Run the code above in your browser using DataLab