Difference between revisions of "Category:ApCoCoA-1:Package diffalg"

From ApCoCoAWiki
(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...)
 
Line 3: Line 3:
 
==Example==
 
==Example==
  
The differential polynomial <math>F:=u_1^{2}-2u_2^{3}\in\mathbb{Q}\{x_1,x_2\}</math> with <math>u_1=x_1^{(4)}</math> and <math>u_2=x_2^{(4)}</math> where we consider only orders up to 20 is defined as follows:
+
The differential polynomial <math>F:=u_1^{2}-u_2^{3}\in\mathbb{Q}\{x_1,x_2\}</math> with <math>u_1=x_1^{(4)}</math> and <math>u_2=x_2^{(4)}</math> where we consider only orders up to 20 is defined as follows:
  
 
   <code>
 
   <code>

Revision as of 10:12, 8 December 2008

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 and the second index denotes the order of the corresponding derivative.

Example

The differential polynomial with and 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