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
OrthogonalSeries[Create] - create a series
Calling Sequence
Create(expr, P1,..., Pn)
Create({expr, k=a..b}, P1)
Create(L, P1,..., Pn)
Create({L, expr}, P1,..., Pn)
Create({L, expr, k=a..b}, P1)
Parameters
expr
-
algebraic expression
P1, ..., Pn
orthogonal polynomials
k
name
a, b
integers (or infinity for b)
L
list of equalities
Description
The Create(arguments) function creates an orthogonal series. The series is expanded in terms of the polynomials , which must have distinct indices and variables, and be in the OrthogonalSeries database.
The Create(expr, P1,..., Pn) calling sequence creates an infinite series expanded in terms of with the coefficient expr depending on the indices of the Pis. The indices of each Pi run from 0 to infinity. For univariate series, the range [a,b] can be specified by using the Create({expr, k=a..b}, P1) calling sequence where is the index of .
The Create(L, P1,..., Pn) calling sequence creates a finite series, namely, a polynomial expanded in the basis . The elements of L must have the form (k1,.., kn) = val. That is, the coefficient of index of the created series is equal to val. In the case of a univariate series, the input can be abbreviated as .
Series with both a finite (particular) part and infinite (general) part can be created by using the Create({L, expr}, P1,..., Pn) calling sequence. For a range different from , use the Create({L, expr, k=a..b}, P1) calling sequence.
Examples
See Also
ChebyshevT, ChebyshevU, LaguerreL, OrthogonalSeries
Download Help Document