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[extvars] - extvars a set of differential forms
Calling Sequence
extvars()
extvars(f, x)
extvars(f, x, y)
Parameters
f
-
name of a dependent variable
x, y
names of the independent variables with respect to the system of PDEs currently under investigation
Description
During the investigation a particular system of PDEs names are dynamically created for the partials involving some of the and dependent and independent variables. This command reports on the names used for those partials.
If the function is called with no argument then a table indicating all the name mappings is returned.
In all other cases the first argument is the dependent variable and the remaining arguments are the independent variables defining the partial of interest. The result is the name used for the specified partial.
If there is no such table entry then extvars() returns unevaluated.
This routine is ordinarily loaded via with(liesymm) but can be used in the ``package style'' as liesymm[extvars]()
Examples
See Also
liesymm, liesymm[depvars], liesymm[indepvars], liesymm[makeforms], liesymm[setup]
Download Help Document