Overview of the difforms Package
Calling Sequence
Description
List of difforms Package Commands
List of difforms package types
Examples
difforms[command](arguments)
command(arguments)
Each command in the difforms package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The following is a list of available commands.
&^
d
defform
formpart
parity
scalarpart
simpform
wdegree
To display the help page for a particular difforms command, see Getting Help with a Command in a Package.
For help with the basic types used by the package (const, scalar, form), see difforms[const], difforms[scalar] or difforms[form].
The following is a list of types that are limited to the difforms package.
const
form
scalar
Take the exterior derivative of an expression:
with⁡difforms
&^,d,defform,formpart,parity,scalarpart,simpform,wdegree
defform⁡w1=1,w2=1,w3=1,f=scalar,g=scalar,C=const
d⁡f⁢w12+g⁢w2&ˆw1+f⁢w2&ˆw3
d⁡f&ˆw12+&^⁡d⁡g,w2,w1+g⁢d⁡w2&ˆw1−g⁢w2&ˆd⁡w1+&^⁡d⁡f,w2,w3+f⁢d⁡w2&ˆw3−f⁢w2&ˆd⁡w3
See Also
UsingPackages
with
Download Help Document