Documentation on vertices_and_rays()
(tropical geometry)
#3914
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
topic: tropical geometry
Context
I am a Master's student learning about tropical geometry. Some things in the documentation of the tropical geometry section of Oscar have been confusing, so I am making a couple of posts on here.
Is your feature request related to a problem? Please describe.
I worked on a problem, where I was trying to get information about, what a tropical hypersurface looks like without having to use
visualize()
, as I was writing a program, which could use this information. We have the commandvertices_and_rays()
, which does exactly that! However, the command simply outputs the rays and vertices in some seemingly random order, where it is definitely not clear, which are which, and which rays belong to which vertices. I have included an example (in this case, the first vector listed is actually a ray for both of the two vertices). As far as I can tell, it is not consistent that the rays are always listed before the vertices -- sometimes they might be mixed.A simple example first:
which outputs
A more complex example:
which outputs
Running
typeof.(vertices_and_rays(THf))
giveswhich illustrates the mixed order of the rays and vertices.
Describe the solution you'd like
I would very much like some clearer and more in depth documentation describing how to read the output of this command. In general it would be great, if there was more documentation on how to get information on what a tropical hypersurface looks like.
The text was updated successfully, but these errors were encountered: