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


sm1_appell4

sm1_appell4(a|proc=p)
:: Returns the Appell hypergeometric system F_4 or F_C.
return
List
p
Number
a
List

[281] sm1_appell4([1,2,3,4]);
  [[-x2^2*dx2^2+(-2*x1*x2*dx1-4*x2)*dx2+(-x1^2+x1)*dx1^2+(-4*x1+3)*dx1-2,
  (-x2^2+x2)*dx2^2+(-2*x1*x2*dx1-4*x2+4)*dx2-x1^2*dx1^2-4*x1*dx1-2],
                                                              equations
    [x1,x2]]                                      the list of variables

[282] sm1_rank(@);
4


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