DiffAlg is a differential algebra package. It can compute the usual operations with polynomial differential forms and vector fields. Its main purpose is to associate algebraic objects to differential operators in the exterior algebra of differential forms.
The simplest way to load the package is with the command:
loadPackage "DiffAlg"Then, one can define a linear differential 1-form, w, and the radial vector field, R, in 3-dimensional space as:
|
|
|
|
All possible options to call the package can be given with the command:
loadPackage ("DiffAlg",Configuration => {"BaseRing" => aRing, "VariableName" => varSymbol, "DiffName" => difSymbol, "FieldName" => derSymbol})where:
It is recommended to operate in low degrees and dimensions because of the computational time needed to handle the number of variables generated in every degree.
Version 1.5 of this package was accepted for publication in volume 9 of The Journal of Software for Algebra and Geometry on 19 November 2018, in the article DiffAlg: a Differential algebra package (DOI: 10.2140/jsag.2019.9.11). That version can be obtained from the journal.
This documentation describes version 1.5 of DiffAlg.
If you have used this package in your research, please cite it as follows:
|
The source of this document is in DiffAlg.m2:498:0.