@@ -401,7 +401,8 @@ def _error_if_degenerated_(self):
401
401
def regenerated (self ):
402
402
r"""
403
403
Return a `k`-regular sequence that satisfies
404
- `\mu[0] \mathit{right} = \mathit{right}`.
404
+ `\mu[0] \mathit{right} = \mathit{right}` with the same values as
405
+ this sequence.
405
406
406
407
INPUT:
407
408
@@ -418,7 +419,7 @@ def regenerated(self):
418
419
419
420
sage: Seq2 = kRegularSequenceSpace(2, ZZ)
420
421
421
- The following linear representation of `S` is chosen bad (is
422
+ The following linear representation of `S` is chosen badly (is
422
423
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
423
424
`\mathit{right}` does not equal `\mathit{right}`::
424
425
@@ -537,7 +538,7 @@ def transposed(self, allow_degenerated_sequence=False):
537
538
538
539
def _minimized_right_ (self ):
539
540
r"""
540
- Return a recognizable series equivalent to this series, but
541
+ Return a regular sequence equivalent to this series, but
541
542
with a right minimized linear representation.
542
543
543
544
OUTPUT:
@@ -731,7 +732,7 @@ def subsequence(self, a, b):
731
732
...
732
733
ValueError: a=-1 is not nonnegative.
733
734
734
- The following linear representation of `S` is chosen bad (is
735
+ The following linear representation of `S` is chosen badly (is
735
736
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
736
737
`\mathit{right}` does not equal `\mathit{right}`::
737
738
@@ -1057,7 +1058,7 @@ def partial_sums(self, include_n=False):
1057
1058
sage: C.partial_sums(include_n=True)
1058
1059
2-regular sequence 0, 1, 3, 6, 10, 15, 21, 28, 36, 45, ...
1059
1060
1060
- The following linear representation of `S` is chosen bad (is
1061
+ The following linear representation of `S` is chosen badly (is
1061
1062
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
1062
1063
`\mathit{right}` does not equal `\mathit{right}`::
1063
1064
@@ -1502,7 +1503,7 @@ def guess(self, f, n_verify=100, max_exponent=10, sequence=None):
1502
1503
(0, 1))
1503
1504
sage: logging.getLogger().setLevel(logging.WARN)
1504
1505
1505
- The following linear representation of `S` is chosen bad (is
1506
+ The following linear representation of `S` is chosen badly (is
1506
1507
degenerated, see :meth:`is_degenerated`), as `\mu(0)` applied on
1507
1508
`\mathit{right}` does not equal `\mathit{right}`::
1508
1509
0 commit comments