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[SimplifyCoefficients] - simplify the coefficients of an orthogonal series
Calling Sequence
SimplifyCoefficients(S, funct, collect_expr, other_args)
Parameters
S
-
orthogonal series
funct
name chosen from: collect, expand, factor, normal, and simplify
collect_expr
(optional) expression(s) to be collected
other_args
(optional) complementary arguments if funct is collect
Description
The SimplifyCoefficients(S, funct) calling sequence applies the funct function, where funct is not collect, to the coefficients of the series (both particular and general coefficients).
The SimplifyCoefficients(S, collect, collect_expr, other_args) function applies the collect function to the coefficients of the series S (both particular and general coefficients). The user must specify the expression(s) to be collected by collect_expr. The user can specify a function to be applied to the collected expressions by other_args.
Examples
See Also
GegenbauerC, JacobiP, OrthogonalSeries, OrthogonalSeries[Create], OrthogonalSeries[Derivate]
Download Help Document