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[annul] - annul a set of differential forms
Calling Sequence
annul(forms)
annul(forms, vlist)
Parameters
forms
-
list or set of differential forms
vlist
list of those coordinates that are to be treated as independent on the solution manifold
Description
This routine is part of the liesymm package and is loaded via with(liesymm) .
Given a set of differential forms and a list of coordinates, this command sections the forms and sets them equal to 0. The result is a set of partial differential equations corresponding to the differential forms.
If only one argument is provided then the coordinates indicated by the command indepvars() are used. In particular, if the list of forms has been produced by use of the makeforms() command then a system of PDEs equivalent to the original system of partial differential equations is produced.
If the set of forms is closed then the resulting equations include the integrability conditions.
Examples
See Also
liesymm, liesymm[close], liesymm[depvars], liesymm[determine], liesymm[hasclosure], liesymm[indepvars], liesymm[makeforms], liesymm[setup], with
Download Help Document