Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
MultiSeries[SeriesInfo] - return information about a multiseries
Calling Sequence
SeriesInfo[ListCoefficients](S)
SeriesInfo[ListExponents](S)
SeriesInfo[CoefficientBigO](S)
SeriesInfo[ExponentBigO](S)
SeriesInfo[Variable](S)
SeriesInfo[Scale](S)
Parameters
S
-
a multiseries
Description
The SeriesInfo subpackage is a collection of simple procedures that return information about multiseries. They are intended to serve as a programmer interface to the SERIES data structure. For compatibility with future releases, it is strongly recommended that you use these commands instead of accessing the operands of the data structure directly.
The ListCoefficients function returns the list of coefficients of S.
The ListExponents function returns the list of exponents of S.
The CoefficientBigO function returns the coefficient in the term of S.
The ExponentBigO function returns the exponent of the variable in the term of S.
A multiseries S without an term yields and .
The Variable function returns the variable used in the series S.
The Scale function returns the asymptotic scale in which S has been expanded.
Examples
An example with a simple power series expansion:
A more complicated expansion:
See Also
MultiSeries, MultiSeries[multiseries], type[SERIES]
Download Help Document