difforms
simpform
simplify an expression involving forms
Calling Sequence
Parameters
Description
Examples
simpform(expr)
expr
-
Maple expression
The function simpform will simplify an expression involving forms. Its operations include collecting like terms, simplifying wedge products, and pulling out scalar factors.
The command with(difforms,simpform) allows the use of the abbreviated form of this command.
with⁡difforms:defform⁡f=scalar,g=scalar
f⁢v&ˆu+u&ˆg⁢v
f⁢v&ˆu+g⁢u&ˆv
simpform⁡
f+−1wdegree⁡u⁢wdegree⁡v⁢g⁢v&ˆu
f⁢u&ˆv+u&ˆw+g⁢u&ˆv
f+g⁢u&ˆv+f⁢u&ˆw
See Also
defform
wdegree
Download Help Document