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[depvars] - depvars a set of differential forms
Calling Sequence
depvars(x1,..., xn)
Parameters
x1, ..., xn
-
(optional) sequence of names of the dependent variables for the system of PDEs currently under investigation
Description
A system of PDEs is defined with respect to an underlying coordinate system. This command reports on the current setting of this coordinate system or allows it to be specified. This information is automatically set by commands like makeforms() and subsequently used by commands such as annul(), TD{}, and Eta().
If the function is called with no argument then the current setting for independent variables is reported.
If the function is called with one or more arguments then these become the independent variables.
This routine is ordinarily loaded via with(liesymm) but can be used in the ``package style'' as liesymm[depvars]()
Examples
The dependencies can also be explicitly set.
See Also
liesymm, liesymm[Eta], liesymm[extvars], liesymm[indepvars], liesymm[makeforms], liesymm[setup], liesymm[TD]
Download Help Document