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[Add] - add or form linear combination of series
Calling Sequence
Add(S1, S2, a, b, optional_arg)
Parameters
S1, S2
-
orthogonal series
a, b
(optional) scalars
optional_arg
(optional) equation of the form control = true or false
Description
The Add(S1, S2) calling sequence adds the series S1 and S2.
The Add(S1, S2, a) and Add(S1, S2, a, b) calling sequences form the linear combinations and , respectively.
S1 and S2 must have the same dimension. Each polynomial appearing in S1 must appear in S2 with the same variable(s). Otherwise, an error message is returned. The indices of S1 and S2 may differ. The indices of the result are those of S1.
The default value of the control option is true. If the option control=false is used, the Add function assumes the polynomials of S2 are identical to those of S1. This allows faster addition if the series are known a priori to be compatible. However, if S1 and S2 are not compatible, it returns an incorrect result.
Examples
Error, (in OrthogonalSeries:-Add) Series incompatible for addition
See Also
ChebyshevT, LaguerreL, OrthogonalSeries, OrthogonalSeries[Create]
Download Help Document