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