Category:ApCoCoA-1:Package diffalg

From ApCoCoAWiki
Revision as of 12:21, 8 December 2008 by S schuster (talk | contribs)

Note: This package will not be available until the upcoming ApCoCoA-Release 1.0. The documentation of the package diffalg as well is still under construction.


The package diffalg provides basic functionality for computations within differential polynomial rings in n indeterminates over . Currently, these rings are realized by using doubly indexed indeterminates where the first index distinguishes the indeterminates x1,,xn and the second index denotes the order of the corresponding derivative.

Example

The differential polynomial F:=u12u23{x1,x2} with u1=x1(4) and u2=x2(4) where we consider only orders up to 20 is defined as follows:

 
 Use S::=Q[x[1..2,0..20]];
 F:=x[1,4]^2-x[2,4]^3;
 

References

  • H. Bluhm: Gröbnerbasen in gewöhnlichen differentiellen Polynomringen, Doctoral Thesis, Dortmund, 2008