Aurel Page on Tue, 17 Jan 2023 22:58:42 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: 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