Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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