FUNCTION : latexprinttype3 - latex print of Type 3 identity
CALLING SEQUENCE : latexprinttype3(L, EQNNAME, num, nL)
PARAMETERS : L - list [a1,p1,c2,a2,p2,c2,N,B]
num - positive integer (no. of identity found by findtype3)
nL - number of identities
GLOBAL VARIABLES : _F
SYNOPSIS :
Prints latex identity for
(G(a1)*G(p1) + c1 *H(a1)*H(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):
> latexprinttype3([2, 3, -1, 6, 1, -1, 60, -64],RR53,1,2);
\frac{G(2)\,G(3) - H(2)\,H(3)}{G(6)\,H(1) - H(6)\,G(1)} &=
\frac{\eta(6\tau)\eta(10\tau)^{5}\eta(15\tau)^{2}\eta(60\tau)^{2}}{\eta(2\tau)\eta(5\tau)^{2}\eta(20\tau)^{2}\eta(30\tau)^{5}},&\quad &\Gamma_1(60), &\quad -B=64,
\mylabel{eq:RR531}\\
DISCUSSION :
This function is used by latexprinttypeL3.
SEE ALSO :
findtype3,
latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4,
latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8,
latexprinttype9, latexprinttype10, latexprinttypeL2