Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
OrthogonalSeries[Multiply] - multiply two series
Calling Sequence
Multiply(S1, S2)
Parameters
S1
-
finite orthogonal series
S2
orthogonal series
Description
The Multiply(S1, S2) function multiplies the series S2 by the finite series S1. The routine uses an adaptation of the Horner scheme.
The result is expanded in terms of the polynomials of S2.
This command is part of the OrthogonalSeries package, so it can be used in the form Multiply(..) only after executing the command with(OrthogonalSeries). However, it can always be accessed through the long form of the command by using OrthogonalSeries[Multiply](..).
Examples
Error, (in OrthogonalSeries:-Multiply) The first series must be finite
See Also
LaguerreL, OrthogonalSeries, OrthogonalSeries[ChangeBasis], OrthogonalSeries[Create], OrthogonalSeries[SimplifyCoefficients]
Download Help Document