James Rickards on Tue, 17 Jan 2023 21:23:43 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Plane geometry in PARI


Are there any libraries of methods built on top of PARI which work with plane geometry? The main things that I want to compute are:
  • Given a set of points (say in R^3), find their convex hull
  • Given a set of planes in R^3, they divide R^3 into regions. Return the connected component of the origin.
Thanks,
James Rickards