Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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