Changes between Initial Version and Version 13 of Ticket #19999
- Timestamp:
- Feb 4, 2016, 4:46:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19999
-
Property
Status
changed from
new
topositive_review
-
Property
Authors
changed from
to
Benjamin Hackl
-
Property
Summary
changed from
infinite recursion creating certain asymptotic expansion
toExponential growth group: q^x and (-q)^x are incomparable
-
Property
Branch
changed from
to
u/behackl/exp-growth-inf-loop
-
Property
Reviewers
changed from
to
Clemens Heuberger
-
Property
Commit
changed from
to
7881bb3632dd40cb9add6ce3dfd3e6255e9f82be
-
Property
Status
changed from
-
Ticket #19999 – Description
initial v13 1 Using `q^x` for negative `q` leads to errors. 1 2 {{{ 2 3 sage: 1 + (-1)^x + (1/2)^x … … 12 13 }}} 13 14 works. 15 16 Thus make `q^x` and `(-q)^x` incomparable; also making cartesian products of growth groups fit to have lexicographic products of non-linear orders.