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[indepvars] - indepvars a set of differential forms
Calling Sequence
indepvars(x1,..., xn)
indepvars()
Parameters
x1, ..., xn
-
sequence of names of the independent 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[indepvars]()
Examples
There are now no coordinates.
See Also
liesymm, liesymm[depvars], liesymm[Eta], liesymm[extvars], liesymm[makeforms], liesymm[setup], liesymm[TD]
Download Help Document