sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.33k stars 453 forks source link

Meta ticket: k-regular sequences #21202

Open dkrenn opened 8 years ago

dkrenn commented 8 years ago

Implementation of k-regular sequences (https://en.wikipedia.org/wiki/K-regular_sequence).


Roadmap:

Depends on #21203 Depends on #21204 Depends on #21295 Depends on #21318 Depends on #21319 Depends on #21325 Depends on #21343 Depends on #22964 Depends on #27940 Depends on #31787 Depends on #32198 Depends on #32921

CC: @behackl @cheuberg @galipnik

Component: combinatorics

Author: Daniel Krenn, Gabriel F. Lipnik

Branch/Commit: u/dkrenn/k-regular-trunk @ f3564a3

Issue created by migration from https://trac.sagemath.org/ticket/21202

dkrenn commented 3 years ago
comment:39

This is now on 9.3.

Dependency chain: #21295 #21203 #21318 #21325 #21319 #21204 #21343 #22964.

galipnik commented 3 years ago

Description changed:

--- 
+++ 
@@ -14,9 +14,10 @@
   - conversion of automatic sequences to formal series via Christol's theorem and vice versa
   - #21319: hashing, equality testing, TestSuite
 - #21204: guessing k-regular sequences from the first few values
-- getting k-regular sequences from given recurrence relations
-  - #27940: basic methods
-  - #31787: get sequences with different input parameters
+- getting k-regular sequences from given recurrence relations:
+  - #27940: basic methods, with symbolic equations as input
+  - #31787: alternative input parameters (without symbolic ring)
+  - deal with inhomogeneities
 - #22964: boundedness
 - other:
   - #21343: deal with mu[0]*right != right in k-regular sequences
galipnik commented 3 years ago

Description changed:

--- 
+++ 
@@ -16,7 +16,7 @@
 - #21204: guessing k-regular sequences from the first few values
 - getting k-regular sequences from given recurrence relations:
   - #27940: basic methods, with symbolic equations as input
-  - #31787: alternative input parameters (without symbolic ring)
+  - #32198, #31787: alternative input parameters (without symbolic ring)
   - deal with inhomogeneities
 - #22964: boundedness
 - other:
galipnik commented 2 years ago

Changed dependencies from #21203, #21204, #21295, #21318, #21319, #21325, #21343 to #21203, #21204, #21295, #21318, #21319, #21325, #21343, #22964, #27940, #31787, #32198, #32921

galipnik commented 2 years ago

Description changed:

--- 
+++ 
@@ -17,7 +17,7 @@
 - getting k-regular sequences from given recurrence relations:
   - #27940: basic methods, with symbolic equations as input
   - #32198, #31787: alternative input parameters (without symbolic ring)
-  - deal with inhomogeneities
+  - #32921: deal with inhomogeneities
 - #22964: boundedness
 - other:
   - #21343: deal with mu[0]*right != right in k-regular sequences
galipnik commented 2 years ago

Changed author from Daniel Krenn to Daniel Krenn, Gabriel F. Lipnik

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Changed commit from 478b8b1 to f3564a3

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

3b7c431Trac #21325 review comment 13: use .linear representation in examples partial_sum
33d4daeTrac #21325 review comment 14+15: rewrite construction dict
ecb3663Trac #21325 review comment 17: simpler (more readable) construction of block matrix
96df7b3Trac #21325 review comment 18: deal with remaining block vectors
26e2d6fTrac #21325 review comment 19: shift_left, shift_right
b4f83e4Merge branch 'u/dkrenn/sequences/k-regular-subseq' into t/21319/sequences/rec-hash
9fefcceFollow-up from Trac #21325 review comment 19: shift_left+right: test equality
3c634dfMerge branch 't/21319/sequences/rec-hash' into t/21204/sequences/k-regular-guess
4af416cMerge branch 't/21204/sequences/k-regular-guess' into t/21343/k-regular-warning
f3564a3Merge remote-tracking branch 'trac/u/dkrenn/k-regular-warning' into u/dkrenn/k-regular-trunk