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[reduce] - reduce a set of differential forms
Calling Sequence
reduce(eqns)
Parameters
eqns
-
set of determining equations for the symmetries of a given system of PDEs
Description
If we begin with a system of PDEs rather than a set of differential forms then knowledge of the variable dependencies can be used to simplify the system of determining equations as produced by determine(). This command allows us to make use of that information. It is primarily of use when determine(..., 'Extended'); has been used to set up the system of determining equations, or when the investigation began with differential forms, but knowledge of the variable dependencies is available from some other source.
Its effect is to force the isovector components to be independent of any ``extended'' variables that have been introduced during the construction of the determining equations.
This routine is ordinarily invoked automatically by determine()
This routine is ordinarily loaded via with(liesymm) but can be used in the ``package style'' as liesymm[reduce]()
Examples
The result is a system of eight equations, one of which is:
Many of these new equations can be simplified by using the fact that the V's are only dependent on t, x, and u. For example, the above simplifies to
See Also
liesymm, liesymm[autosimp], liesymm[determine]
Download Help Document