-
-
Notifications
You must be signed in to change notification settings - Fork 673
Description
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.
CC: @sagetrac-cyril-banderier @zafeirakopoulos @sagetrac-tmonteil @dkrenn @behackl
Component: combinatorics
Keywords: analytic combinatorics, multivariate generating functions
Author: Daniel Krenn, Alex Raichev
Branch/Commit: a951f08
Reviewer: Daniel Krenn, David Loeffler, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/10519