Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
r"""
|
||||
The :py:mod:`~sympy.holonomic` module is intended to deal with holonomic functions along
|
||||
with various operations on them like addition, multiplication, composition,
|
||||
integration and differentiation. The module also implements various kinds of
|
||||
conversions such as converting holonomic functions to a different form and the
|
||||
other way around.
|
||||
"""
|
||||
|
||||
from .holonomic import (DifferentialOperator, HolonomicFunction, DifferentialOperators,
|
||||
from_hyper, from_meijerg, expr_to_holonomic)
|
||||
from .recurrence import RecurrenceOperators, RecurrenceOperator, HolonomicSequence
|
||||
|
||||
__all__ = [
|
||||
'DifferentialOperator', 'HolonomicFunction', 'DifferentialOperators',
|
||||
'from_hyper', 'from_meijerg', 'expr_to_holonomic',
|
||||
|
||||
'RecurrenceOperators', 'RecurrenceOperator', 'HolonomicSequence',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue