Skip to content

Commit c1bff79

Browse files
committed
move reference MS1977 to global references
1 parent ad72771 commit c1bff79

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5039,6 +5039,11 @@ REFERENCES:
50395039
.. [MS1977] \F. J. MacWilliams, N. J. A. Sloane, *The Theory of Error-Correcting
50405040
Codes*, North-Holland, Amsterdam, 1977
50415041
5042+
.. [MS1977a] Arnaldo Mandel, Imre Simon,
5043+
*On Finite Semigroups of Matrices*,
5044+
Theoretical Computer Science 5 (101-111),
5045+
North-Holland Publishing Company
5046+
50425047
.. [MS1994] \P. Martin and H. Saleur.
50435048
*The blob algebra and the periodic Temperley-Lieb algebra*.
50445049
Lett. Math. Phys., **30** (1994), no. 3. pp. 189-206.

src/sage/combinat/regular_sequence_bounded.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This module contains a collection of algorithms to check for boundedness.
55
This is done
66
- based on eigenvalues and
7-
- by the criterion presented in [MS1977].
7+
- by the criterion presented in [MS1977a].
88
99
Various
1010
=======
@@ -16,12 +16,6 @@
1616
:mod:`sage.rings.cfinite_sequence`,
1717
:mod:`sage.combinat.binary_recurrence_sequences`.
1818
19-
REFERENCES:
20-
21-
.. [MS1977] Arnaldo Mandel, Imre Simon,
22-
*On Finite Semigroups of Matrices*,
23-
Theoretical Computer Science 5 (101-111),
24-
North-Holland Publishing Company
2519
2620
AUTHORS:
2721
@@ -86,7 +80,7 @@ def multiply_reduce(A, B):
8680

8781
def construct_phi(matrices):
8882
r"""
89-
Return the set `\phi(S)` as defined in [MS1977].
83+
Return the set `\phi(S)` as defined in [MS1977a].
9084
9185
INPUT:
9286
@@ -260,7 +254,7 @@ def is_bounded_via_mandel_simon_algorithm(matrices):
260254
261255
ALGORITHM:
262256
263-
A criterion based on [MS1977] is used here.
257+
A criterion based on [MS1977a] is used here.
264258
265259
EXAMPLES::
266260

0 commit comments

Comments
 (0)