Go to the first, previous, next, last section, table of contents.


odiff_op_appell4

odiff_op_appell4(a,b,c1,c2,V)
:: appell の F_4 を零化する微分作用素を生成します.
return
リスト
a, b, c1, c2
有理式
V
リスト
[298] odiff_op_appell4(a,b,c1,c2,[x,y]);
[ [ [-x^2+x,[2,0]], [-2*y*x,[1,1]], [-y^2,[0,2]],
    [(-a-b-1)*x+c1,[1,0]], [(-a-b-1)*y,[0,1]], [-b*a,[0,0]] ],
  [ [-y^2+y,[0,2]], [-2*y*x,[1,1]], [-x^2,[2,0]],
    [(-a-b-1)*y+c2,[0,1]], [(-a-b-1)*x,[1,0]], [-b*a,[0,0]] ] ]


Go to the first, previous, next, last section, table of contents.