sagemath / sage

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

BTerms in Asymptotic Expansions in SageMath #31922

Open 956da0ac-579d-4688-8edf-6e77f00c16f9 opened 3 years ago

956da0ac-579d-4688-8edf-6e77f00c16f9 commented 3 years ago

This Ticket tracks the progress of the GSoC 2021 project on B-terms. It will be split into multiple sub tickets.

Related tickets:

TODO:

CC: @cheuberg @behackl @dkrenn @DavidAyotte @mezzarobba

Component: asymptotic expansions

Keywords: gsoc2021

Author: Thomas Hagelmayer

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

956da0ac-579d-4688-8edf-6e77f00c16f9 commented 3 years ago

Description changed:

--- 
+++ 
@@ -1 +1,4 @@
 This Ticket tracks the progress of the GSoC 2021 project on BTerms. It will be split into multiple sub tickets.
+
+Related tickets:
+ticket:31933
kcrisman commented 3 years ago

Description changed:

--- 
+++ 
@@ -1,4 +1,4 @@
 This Ticket tracks the progress of the GSoC 2021 project on BTerms. It will be split into multiple sub tickets.

 Related tickets:
-ticket:31933
+* #31933 (initial support)
956da0ac-579d-4688-8edf-6e77f00c16f9 commented 3 years ago

Description changed:

--- 
+++ 
@@ -2,3 +2,5 @@

 Related tickets:
 * #31933 (initial support)
+* #32153 (Refactor  `_repr_` of exact term and term with coefficient)
+* #32229 (fix conversion)
956da0ac-579d-4688-8edf-6e77f00c16f9 commented 3 years ago

Description changed:

--- 
+++ 
@@ -1,6 +1,7 @@
-This Ticket tracks the progress of the GSoC 2021 project on BTerms. It will be split into multiple sub tickets.
+This Ticket tracks the progress of the GSoC 2021 project on B-terms. It will be split into multiple sub tickets.

 Related tickets:
 * #31933 (initial support)
 * #32153 (Refactor  `_repr_` of exact term and term with coefficient)
 * #32229 (fix conversion)
+* #32278 (Add support for B-terms in Asymptotic Ring)
tscrim commented 3 years ago

Changed keywords from gsoc21 to gsoc2021

956da0ac-579d-4688-8edf-6e77f00c16f9 commented 3 years ago

Description changed:

--- 
+++ 
@@ -3,5 +3,13 @@
 Related tickets:
 * #31933 (initial support)
 * #32153 (Refactor  `_repr_` of exact term and term with coefficient)
+* #32214 (Asymptotic Term Monoids: unify repr)
+* #32215 (Asymptotic Term Monoids: refactor element construction)
 * #32229 (fix conversion)
 * #32278 (Add support for B-terms in Asymptotic Ring)
+
+TODO:
+* implement logarithm in `MonomialGrowthElement.find_minimum`
+* implement B-term support for `ExponentialGrowthElement` in `growth_group.py`
+* implement cartesian product of `growth_groups`
+* support multivariate terms
956da0ac-579d-4688-8edf-6e77f00c16f9 commented 2 years ago

Description changed:

--- 
+++ 
@@ -7,6 +7,7 @@
 * #32215 (Asymptotic Term Monoids: refactor element construction)
 * #32229 (fix conversion)
 * #32278 (Add support for B-terms in Asymptotic Ring)
+* #32922 (Change parameter name)

 TODO:
 * implement logarithm in `MonomialGrowthElement.find_minimum`