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[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