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
mtaylor - multivariate Taylor series expansion
Calling Sequence
mtaylor(f, v)
mtaylor(f, v, n)
mtaylor(f, v, n, w)
Parameters
f
-
algebraic expression
v
list or set of names or equations
n
(optional) non-negative integer
w
(optional) list of positive integers
Description
The mtaylor function computes a truncated multivariate Taylor series expansion of the input expression f, with respect to the variables v, to order n, using the variable weights w.
The variables v can be a list or set of names or equations. If is an equation, then the left-hand side of is the variable, and the right-hand side is the point of expansion. If is a name, then is assumed as the point of expansion.
If the third argument n is present then it specifies the ``truncation order'' of the series. The concept of ``truncation order'' used is ``total degree'' in the variables. If n is not present, the truncation order used is the value of the global variable Order, which is 6 by default.
If the fourth argument w is present it specifies the variable weights to be used (by default all 1). A weight of 2 will halve the order in the corresponding variable to which the series is computed.
Note: mtaylor restricts its domain to ``pure'' Taylor series, those series with non-negative powers in the variables.
Examples
See Also
coeftayl, poisson, series, taylor
Download Help Document