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
numapprox[chebmult] - multiply two Chebyshev series
Calling Sequence
chebmult(p, q)
Parameters
p, q
-
two expressions assumed to be Chebyshev series
Description
Given polynomials p and q expressed in a Chebyshev basis, form the product expressed in a Chebyshev basis.
All Chebyshev basis polynomials which appear must have the same second argument x (which can be any expression).
The input polynomials must be in expanded form (i.e. a sum of products). Normally, each term in the sum contains one and only one factor except that if there are terms in the sum containing no factor then each such term t is interpreted to represent provided that t and x have no variables in common.
If no factor appears in p or in q then the ordinary product is returned.
The command with(numapprox,chebmult) allows the use of the abbreviated form of this command.
Examples
See Also
numapprox[chebsort], numapprox[chebyshev], orthopoly[T]
Download Help Document