FUNCTION : latexprinttype10 - latex print of Type 10 identity
CALLING SEQUENCE : latexprinttype10(L, EQNNAME, num, nL)
PARAMETERS : L - list [a1,p1,c1,a2,p2,c2,N,B]
num - positive integer (no. of identity found by findtype10)
nL - number of identities
GLOBAL VARIABLES : _F
SYNOPSIS :
Prints latex identity for
(G(a1) H(p1)+c1 H(a1) G(p1))/(G(a2) H*(p2)+c2 H(a2) G*(p2))
EXAMPLES :
> with(qseries):
> with(thetaids):
> with(ramarobinsids):
> G:=j->1/GetaL([1],10,j):H:=j->1/GetaL([3],10,j):
> GM:=j->1/MGetaL([1],10,j): HM:=j->1/MGetaL([3],10,j):
> GE:=j->-GetaLEXP([1],10,j):HE:=j->-GetaLEXP([3],10,j):
latexprinttype10([6, 1, -1, 6, 1, 1, 60, -56],RR59,1,1);
\frac{G(6)\,H(1) - H(6)\,G(1)}{G(6)\,H^{*}(1) + H(6)\,G^{*}(1)} =
\frac{\eta(\tau)^{2}\eta(4\tau)\eta(6\tau)^{3}}{\eta(2\tau)^{3}\eta(3\tau)^{2}\eta(12\tau)},\quad \Gamma_1(60), \quad -B=56.
\mylabel{eq:RR591}
DISCUSSION :
This function is used by latexprinttypeL10.
SEE ALSO :
findtype10,
latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4,
latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8,
latexprinttype9, latexprinttype10, latexprinttypeL10