Category:ApCoCoA-1:Package diffalg

From ApCoCoAWiki
Revision as of 09:18, 8 December 2008 by S schuster (talk | contribs) (New page: The package diffalg provides basic functionality for computations within differential polynomial rings in n indeterminates over <math>\mathbb{Q}</math>. Currently, these rings are realized...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:=u122u23{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