Skip to content

Commit

Permalink
Fixing some doc details in arrangement.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim authored Aug 19, 2023
1 parent e660160 commit e466d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/geometry/hyperplane_arrangement/arrangement.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def cocharacteristic_polynomial(self):
.. MATH::
\Psi_A(z) := sum_{X \in L} |\mu(B,X)| z^{\dim X},
\Psi_A(z) := \sum_{X \in L} |\mu(B,X)| z^{\dim X},
where `L` is the intersection poset of `A`, `B` is the minimal
element of `L` (here, the `0` dimensional subspace), and
Expand Down Expand Up @@ -1035,7 +1035,7 @@ def primitive_eulerian_polynomial(self):
.. MATH::
P_A(z) := sum_{X \in L} |\mu(B,X)| (z - 1)^{\mathrm{codim} X},
P_A(z) := \sum_{X \in L} |\mu(B,X)| (z - 1)^{\mathrm{codim} X},
where `L` is the intersection poset of `A`, `B` is the minimal
element of `L` (here, the `0` dimensional subspace), and
Expand Down Expand Up @@ -1108,7 +1108,7 @@ def primitive_eulerian_polynomial(self):
sage: all(c > 0 for H in B for c in H.primitive_eulerian_polynomial().coefficients())
True
We verify Example 9.4 in [BHS2023]_ showing a hyperplane arrangemen
We verify Example 9.4 in [BHS2023]_ showing a hyperplane arrangement
whose primitive Eulerian polynomial does not have real roots (in
general, the graphical arrangement of a cycle graph corresponds
to the arrangements in Example 9.4)::
Expand Down

0 comments on commit e466d94

Please sign in to comment.