|
7.7.4.0. appelF2
Procedure from library dmodapp.lib (see dmodapp_lib).
- Return:
- ring (and exports an ideal into it)
- Purpose:
- define the ideal in a parametric Weyl algebra,
which annihilates Appel F2 hypergeometric function
- Note:
- the ideal called IAppel2 is exported to the output ring
Example:
| LIB "dmodapp.lib";
def A = appelF2();
setring A;
IAppel2;
==> IAppel2[1]=-x^3*Dx^2+x^2*Dx^2-x^2*y*Dx*Dy+(-a-b-1)*x^2*Dx+x*Dx+(-b)*x*y*D\
y+(-a*b)*x
==> IAppel2[2]=-x*y^2*Dx*Dy-y^3*Dy^2+y^2*Dy^2+(-c)*x*y*Dx+(-a-c-1)*y^2*Dy+y*D\
y+(-a*c)*y
|
|