Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Some last little details.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Jan 23, 2023
1 parent 3c4e316 commit 64608ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/groups/cactus_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def geometric_representation_generators(self, t=None):
r"""
Return the matrices corresponding to the generators of ``self``.
We construct a representation over `R = ZZ(t)` of `J_n` as follows.
We construct a representation over `R = \ZZ[t]` of `J_n` as follows.
Let `E` be the vector space over `R` spanned by `\{\epsilon_v\}_v`,
where `v` is a generator of `J_n`. Fix some generator `v`, and
let `E_v` denote the span of `\epsilon_u - \epsilon_{u'}`,
Expand All @@ -467,7 +467,7 @@ def geometric_representation_generators(self, t=None):
.. MATH::
\rho(v) = -I |_{R\espilon_v \oplus E_v} \oplus I |_{F_v}.
\rho(v) = -I |_{R\epsilon_v \oplus E_v} \oplus I |_{F_v}.
By Theorem 6.2.3 of [DJS2003]_, this defines a representation of `J_n`.
It is expected that this is a faithful representation (see
Expand Down
1 change: 1 addition & 0 deletions src/sage/groups/groups_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
- :func:`groups.misc.Braid <sage.groups.braid.BraidGroup>`
- :func:`groups.misc.Cactus <sage.groups.cactus_group.CactusGroup>`
- :func:`groups.misc.CoxeterGroup <sage.combinat.root_system.coxeter_group.CoxeterGroup>`
- :func:`groups.misc.PureCactus <sage.groups.cactus_group.PureCactusGroup>`
- :func:`groups.misc.ReflectionGroup <sage.combinat.root_system.reflection_group_real.ReflectionGroup>`
- :class:`groups.misc.RightAngledArtin <sage.groups.raag.RightAngledArtinGroup>`
- :func:`groups.misc.WeylGroup <sage.combinat.root_system.weyl_group.WeylGroup>`
Expand Down

0 comments on commit 64608ff

Please sign in to comment.