Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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