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[ChangeBasis] - change the expansion basis of a series
Calling Sequence
ChangeBasis(p, P1,.., Pk)
ChangeBasis(S, P1,.., Pk)
Parameters
p
-
polynomial expression
S
orthogonal series
P1, .., Pk
classical orthogonal polynomials
Description
The ChangeBasis(p, P1, .., Pk) calling sequence creates a series expanded in terms of the polynomials P1, .., Pk that is equal to the polynomial p. The polynomials P1, .., Pk must have distinct indices and variables, and be in the OrthogonalSeries database.
The ChangeBasis(S, P1, .., Pk) calling sequence replaces each polynomial in S by the polynomial Pi that depends on the same variable if it exists. If multiple polynomials Pi, .., Pj share the same variable, the last one is used.
If the series S is infinite, the change of polynomial is not necessarily possible for every Pi. For infinite series, the ChangeBasis routine attempts an iterated derivative representation transform to perform the change of polynomials. If the process fails for some Pi, it is ignored and a warning message is printed.
Examples
See Also
ChebyshevT, ChebyshevU, GegenbauerC, JacobiP, LaguerreL, OrthogonalSeries, OrthogonalSeries[Create], OrthogonalSeries[SimplifyCoefficients]
Download Help Document