FUNCTION : latexprinttype5 - latex print of Type 5 identity
CALLING SEQUENCE : latexprinttype5(L, EQNNAME, num, nL)
PARAMETERS : L - list [a,p,c1,N,B]
num - positive integer (no. of identity found by findtype5)
nL - number of identities
GLOBAL VARIABLES : _F
SYNOPSIS :
Prints latex identity for
_G*(a) G*(p) + c1 H*(a) H*(p)
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):
> latexprinttype5([1,4,1,80,-64],RR55,1,2);
G^{*}(1)\,G^{*}(4) + H^{*}(1)\,H^{*}(4) &=
\frac{\eta(4\tau)^{2}}{\eta(2\tau)\eta(8\tau)},&\quad &\Gamma_1(80), &\quad -B=64,
\mylabel{eq:RR551}\\
DISCUSSION :
This function is used by latexprinttypeL5.
SEE ALSO :
findtype1,
latexprinttype1, latexprinttype2, latexprinttype3, latexprinttype4,
latexprinttype5, latexprinttype6, latexprinttype7, latexprinttype8,
latexprinttype9, latexprinttype10, latexprinttypeL5