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