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[wsubs] - replace part of a wedge product
Calling Sequence
wsubs(eqn, expr)
wsubs(lst, expr)
Parameters
expr
-
expression involving wedgeproducts
eqn
expression of the form wedgeprod = expression
lst
list or set of expressions like eqn
Description
This routine is part of the liesymm package and is loaded via with(liesymm) .
The routine wsubs() is analogous to powsubs() but is for wedge products. One or more equations specify replacements that are to be made.
The replacements occur even if only a subset of the arguments match.
If two or more substitutions are specified, they are completed in the order specified, even if they are given as a set. Simultaneous substitution (as in subs()) has not been implemented.
Examples
See Also
liesymm, liesymm[&^], liesymm[&mod], liesymm[d], liesymm[Lie], liesymm[setup], powsubs, with
Download Help Document