powered by
This function calculates k equally spaced points on a tropical line segment
Points.TLineSeg(D1, D2, k = 20, tadd = max)
matrix of k equally spaced points on a tropical line segment
point in the tropical projective torus
number of points
function; max indicates max-plus addition, min indicates min-plus addition. Defaults to max
Ruriko Yoshida ryoshida@nps.edu
D1 <-c(0,4,2) D2 <- c(0,7,-1) Points.TLineSeg(D1, D2, k = 5) Points.TLineSeg(D1, D2, k = 5,tadd=min)
Run the code above in your browser using DataLab