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
powseries[evalpow] - general evaluator for expressions, which can be formal power series, polynomials, or functions
Calling Sequence
evalpow(expr)
Parameters
expr
-
any arithmetic expression involving formal power series, polynomials, or functions that is acceptable for power series package
Description
The function evalpow(expr) evaluates the arithmetic expression expr and then returns an unnamed power series.
The following operators can be used: , , , , and .
Also, functions may be composed with each other. For example, can be used.
The other functions that can be used in evalpow are:
powexp
powinv
powlog
powneg
powrev (reversion)
powdiff (first derivative)
powint (first integral)
powquo (quotient)
powsub (subtract)
powsin
powcos
powtan
powsec
powcsc
powcot
powsinh
powcosh
powtanh
powsech
powcsch
powcoth
powsqrt(square root)
powadd
multiply
Note that the evalpow also accepts the standard forms, or the inner MAPLE forms for some of the above functions. For example, exp, or Exp for powexp, Diff for powdiff, but NOT diff.
The command with(powseries,evalpow) allows the use of the abbreviated form of this command.
Examples
See Also
powseries, powseries[inverse], powseries[powadd], powseries[powcreate], powseries[powexp], powseries[powsin], powseries[reversion]
Download Help Document