Skip to content

Commit 64608ff

Browse files
committed
Some last little details.
1 parent 3c4e316 commit 64608ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/sage/groups/cactus_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def geometric_representation_generators(self, t=None):
455455
r"""
456456
Return the matrices corresponding to the generators of ``self``.
457457
458-
We construct a representation over `R = ZZ(t)` of `J_n` as follows.
458+
We construct a representation over `R = \ZZ[t]` of `J_n` as follows.
459459
Let `E` be the vector space over `R` spanned by `\{\epsilon_v\}_v`,
460460
where `v` is a generator of `J_n`. Fix some generator `v`, and
461461
let `E_v` denote the span of `\epsilon_u - \epsilon_{u'}`,
@@ -467,7 +467,7 @@ def geometric_representation_generators(self, t=None):
467467
468468
.. MATH::
469469
470-
\rho(v) = -I |_{R\espilon_v \oplus E_v} \oplus I |_{F_v}.
470+
\rho(v) = -I |_{R\epsilon_v \oplus E_v} \oplus I |_{F_v}.
471471
472472
By Theorem 6.2.3 of [DJS2003]_, this defines a representation of `J_n`.
473473
It is expected that this is a faithful representation (see

src/sage/groups/groups_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
- :func:`groups.misc.Braid <sage.groups.braid.BraidGroup>`
6969
- :func:`groups.misc.Cactus <sage.groups.cactus_group.CactusGroup>`
7070
- :func:`groups.misc.CoxeterGroup <sage.combinat.root_system.coxeter_group.CoxeterGroup>`
71+
- :func:`groups.misc.PureCactus <sage.groups.cactus_group.PureCactusGroup>`
7172
- :func:`groups.misc.ReflectionGroup <sage.combinat.root_system.reflection_group_real.ReflectionGroup>`
7273
- :class:`groups.misc.RightAngledArtin <sage.groups.raag.RightAngledArtinGroup>`
7374
- :func:`groups.misc.WeylGroup <sage.combinat.root_system.weyl_group.WeylGroup>`

0 commit comments

Comments
 (0)