@@ -407,7 +407,8 @@ def _error_if_degenerated_(self):
407
407
def regenerated (self ):
408
408
r"""
409
409
Return a `k`-regular sequence that satisfies
410
- `\mu[0] \mathit{right} = \mathit{right}`.
410
+ `\mu[0] \mathit{right} = \mathit{right}` with the same values as
411
+ this sequence.
411
412
412
413
INPUT:
413
414
@@ -424,7 +425,7 @@ def regenerated(self):
424
425
425
426
sage: Seq2 = kRegularSequenceSpace(2, ZZ)
426
427
427
- The following linear representation of `S` is chosen bad (is
428
+ The following linear representation of `S` is chosen badly (is
428
429
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
429
430
`\mathit{right}` does not equal `\mathit{right}`::
430
431
@@ -550,7 +551,7 @@ def transposed(self, allow_degenerated_sequence=False):
550
551
551
552
def _minimized_right_ (self ):
552
553
r"""
553
- Return a recognizable series equivalent to this series, but
554
+ Return a regular sequence equivalent to this series, but
554
555
with a right minimized linear representation.
555
556
556
557
OUTPUT:
@@ -744,7 +745,7 @@ def subsequence(self, a, b):
744
745
...
745
746
ValueError: a=-1 is not nonnegative.
746
747
747
- The following linear representation of `S` is chosen bad (is
748
+ The following linear representation of `S` is chosen badly (is
748
749
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
749
750
`\mathit{right}` does not equal `\mathit{right}`::
750
751
@@ -1070,7 +1071,7 @@ def partial_sums(self, include_n=False):
1070
1071
sage: C.partial_sums(include_n=True)
1071
1072
2-regular sequence 0, 1, 3, 6, 10, 15, 21, 28, 36, 45, ...
1072
1073
1073
- The following linear representation of `S` is chosen bad (is
1074
+ The following linear representation of `S` is chosen badly (is
1074
1075
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
1075
1076
`\mathit{right}` does not equal `\mathit{right}`::
1076
1077
@@ -1515,7 +1516,7 @@ def guess(self, f, n_verify=100, max_exponent=10, sequence=None):
1515
1516
(0, 1))
1516
1517
sage: logging.getLogger().setLevel(logging.WARN)
1517
1518
1518
- The following linear representation of `S` is chosen bad (is
1519
+ The following linear representation of `S` is chosen badly (is
1519
1520
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
1520
1521
`\mathit{right}` does not equal `\mathit{right}`::
1521
1522
0 commit comments