Skip to content

Commit

Permalink
Trac #10519: analytic combinatorics: new code for computing asymptoti…
Browse files Browse the repository at this point in the history
…cs for multivariate generating functions

This code is a collection of functions designed
to compute asymptotics of Maclaurin coefficients of certain classes of
multivariate generating functions.

The main function asymptotics() returns the first `N` terms of
the asymptotic expansion of the Maclaurin coefficients `F_{n\alpha}`
of the multivariate meromorphic function `F=G/H` as `n\to\infty`.
It assumes that `F` is holomorphic in a neighborhood of the origin,
that `H` is a polynomial, and that asymptotics in the direction of
`\alpha` (a tuple of positive integers) are controlled by smooth
or multiple points.

URL: http://trac.sagemath.org/10519
Reported by: araichev
Ticket author(s): Daniel Krenn, Alex Raichev
Reviewer(s): Daniel Krenn, David Loeffler, Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Feb 16, 2016
2 parents 41cefb9 + a951f08 commit 28db6f6
Show file tree
Hide file tree
Showing 2 changed files with 4,389 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/asymptotic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ Asymptotic Expansions --- Table of Contents
sage/rings/asymptotic/growth_group_cartesian
sage/rings/asymptotic/term_monoid
sage/rings/asymptotic/misc
sage/rings/asymptotic/asymptotics_multivariate_generating_functions

.. include:: ../footer.txt
Loading

0 comments on commit 28db6f6

Please sign in to comment.