trop.dist | R Documentation |
This function computes the tropical distance between two points in the tropical projective torus
trop.dist(D1, D2)
D1 |
point in the tropical projective torus |
D2 |
point in the tropical projective torus |
tropical distance between D1 and D2
Ruriko Yoshida ryoshida@nps.edu
D1 <-c(0,4,2)
D2 <- c(0,7,-1)
trop.dist(D1, D2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.