-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
This ticket implements the following changes to the class HyperplaneArrangementElement
:
- In the method
is_central
, add the argumentcertificate=False
. If set toTrue
, this will additionally return the center of the arrangement. The center is easily obtainable as a byproduct of the existing calculation. - Add the method
center()
. This will return the center of the arrangement as computed byis_central(certificate=True)
.
CC: @jplab
Component: geometry
Keywords: HyperplaneArrangements, days100
Author: Julian Ritter
Branch/Commit: b74518a
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28245