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
liesymm[translate] - the total derivative
Calling Sequence
translate(w1)
Parameters
w1
-
(optional) named partial derivative
Description
Various routines in the liesymm package generate names on an as needed basis to represent partial derivatives of the underlying dependent variables with respect to one or more of the independent variables. This routine can be used to discover which partial is represented by a given name.
If no argument is given then a name translation table is returned. The entries of the table are the arguments that would have been used in the corresponding Diff() command.
If translate is called with a name then the entry for that name is retrieved from the table. If no entry is present then the name is returned.
This routine is part of the liesymm package and is ordinarily loaded via with(liesymm). It can also be called via the ``package style'' name liesymm[translate].
Examples
See Also
liesymm[depvars], liesymm[indepvars], liesymm[makeforms], liesymm[setup]
Download Help Document