Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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