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
LinearFunctionalSystems[ExtendSeries] - extend the number of terms in the series solution of a linear functional system of equations
Calling Sequence
ExtendSeries(sol, deg)
Parameters
sol
-
formal series solution of the system which is the result of an invocation of LinearFunctionalSystems[SeriesSolution] or ExtendSeries
deg
positive integer; formal degree of the initial terms to extend to
Description
The ExtendSeries(sol, deg) function returns the initial terms of the formal series solution sol extended to the specified formal degree deg.
The specified solution sol must be in the form returned by LinearFunctionalSystems[SeriesSolution] or ExtendSeries. In other words, sol must have an attribute of the special form as described in LinearFunctionalSystems[SeriesSolution].
This function computes the additional terms of the series expansions using the invertible leading matrix of the matrix recurrence system corresponding to the linear functional system that was originally specified. This recurrence is the part of the special structure stored in the attribute of the given solution.
The result of ExtendSeries is returned in the same form as the result of LinearFunctionalSystems[SeriesSolution] (the list of series expansions in x, corresponding to vars). The order term (for example, ) is the last term in the series. The result involves arbitrary constants of the form _c1, _c2, etc., and it has an attribute of the special form as described in LinearFunctionalSystems[SeriesSolution].
This function is part of the LinearFunctionalSystems package, and so it can be used in the form ExtendSeries(..) only after executing the command with(LinearFunctionalSystems). However, it can always be accessed through the long form of the command by using the form LinearFunctionalSystems[ExtendSeries](..).
Examples
See Also
LinearFunctionalSystems[PolynomialSolution], LinearFunctionalSystems[RationalSolution], LinearFunctionalSystems[SeriesSolution]
Download Help Document