Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #20040: Merge #19944
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Feb 14, 2016
2 parents 27a8605 + 452c43b commit 4cb5934
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/sage/rings/asymptotic/growth_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,8 @@ def _singularity_analysis_(self, var, zeta, precision):
An asymptotic expansion for `[z^n] f` where `n` is ``var``
and `f` has this growth element as a singular expansion
in `(1-z\zeta)\to 0`.
in `T=\frac{1}{1-\frac{z}{\zeta}}\to \infty` where this element
is a growth element in `T`.
TESTS::
Expand Down Expand Up @@ -2872,7 +2873,8 @@ def _singularity_analysis_(self, var, zeta, precision):
An asymptotic expansion for `[z^n] f` where `n` is ``var``
and `f` has this growth element as a singular expansion
in `(1-z\zeta)\to 0`.
in `T=\frac{1}{1-\frac{z}{\zeta}}\to \infty` where this element
is a growth element in `T`.
EXAMPLE::
Expand Down
9 changes: 6 additions & 3 deletions src/sage/rings/asymptotic/term_monoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,8 @@ def _singularity_analysis_(self, var, zeta, precision):
An asymptotic expansion for `[z^n] f` where `n` is ``var``
and `f` has this term as a singular expansion
in `(1-z\zeta)\to 0`.
in `T=\frac{1}{1-\frac{z}{\zeta}}\to \infty` where this element
is a monomial in `T`.
TESTS::
Expand Down Expand Up @@ -2403,7 +2404,8 @@ def _singularity_analysis_(self, var, zeta, precision):
An asymptotic expansion for `[z^n] f` where `n` is ``var``
and `f` has this term as a singular expansion
in `(1-z\zeta)\to 0`.
in `T=\frac{1}{1-\frac{z}{\zeta}}\to \infty` where this element
is a monomial in `T`.
EXAMPLES::
Expand Down Expand Up @@ -3594,7 +3596,8 @@ def _singularity_analysis_(self, var, zeta, precision):
An asymptotic expansion for `[z^n] f` where `n` is ``var``
and `f` has this term as a singular expansion
in `(1-z\zeta)\to 0`.
in `T=\frac{1}{1-\frac{z}{\zeta}}\to \infty` where this element
is a monomial in `T`.
EXAMPLES::
Expand Down

0 comments on commit 4cb5934

Please sign in to comment.