Commit 66baa6a
Release Manager
gh-35896: deal with bad chosen representations of k-regular sequences
### 📚 Description
It deals with the situation when mu[0]*right != right in k-regular
sequences.
Fixes #21343. This PR is created from the branch/code that has been on
the corresponding trac ticket + merging in a current SageMath version.
See also meta issue #21202.
### 📝 Checklist
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
### ⌛ Dependencies
- #21204: guessing k-regular sequences from the first few values
No formal dependencies, but there are trivial merge conflicts---in both
branches, methods are inserted at the same position in the code---
between:
- #21343: deal with mu[0]*right != right in k-regular sequences
- #35894: Regular sequences: implement convolution / ring structure
URL: #35896
Reported by: Daniel Krenn
Reviewer(s): cheuberg, Daniel Krenn
File tree
3 files changed
+500
-39
lines changed- src
- doc/en/reference/references
- sage/combinat
3 files changed
+500
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3102 | 3102 | | |
3103 | 3103 | | |
3104 | 3104 | | |
3105 | | - | |
3106 | | - | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
3107 | 3108 | | |
3108 | 3109 | | |
3109 | 3110 | | |
| |||
0 commit comments