Support for polytopes with (real) QQBar
coefficients?
#3286
Labels
topic: polyhedral geometry
Issue concerns polyhedral geometry code
QQBar
coefficients?
#3286
Our implementation of the algebraic closure of the rationals,
QQBar
/CalciumQQBar
, is quite nice and it comes with an "automatic" real or complex embedding of its elements.It would be quite handy if one could directly take a bunch of vectors over this field, and create polyhedra/polytopes from this. E.g. construct a convex hull and visualize it. I guess this is related to currently ongoing work for doing this for embedded number fields.
Example:
This initial error is easy to fix, just something missing in Nemo (see Nemocas/Nemo.jl#1650).
But after adding the missing conversion method, there are more errors inside PolyhedralGeometry specific code I am not familiar with. So in particular I don't know hard it would be to do in general.
But in this case, I managed to proceed quite nicely after converting to floating point:
which gave me
The text was updated successfully, but these errors were encountered: