TLineSeg | R Documentation |
This function constructs a max-plus tropical line segment between two points
TLineSeg(D1, D2, tadd = max)
D1 |
point in the tropical projective torus |
D2 |
point in the tropical projective torus |
tadd |
function; max indicates max-plus addition, min indicates min-plus addition. Defaults to max |
list of points defining the tropical line segment
Ruriko Yoshida ryoshida@nps.edu
D1 <-c(0,4,2)
D2 <- c(0,7,-1)
TLineSeg(D1, D2)
TLineSeg(D1, D2,tadd=min)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.