acx01bc . on Fri, 14 Jul 2017 13:25:17 +0200
[
Date Prev
] [
Date Next
] [
Thread Prev
] [
Thread Next
] [
Date Index
] [
Thread Index
]
(Jacobi) theta function
To
:
pari-users@pari.math.u-bordeaux.fr
Subject
: (Jacobi) theta function
From
: "acx01bc ." <
acx01c@gmail.com
>
Date
: Fri, 14 Jul 2017 13:25:09 +0200
Delivery-date
: Fri, 14 Jul 2017 13:25:17 +0200
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=INP0fYio14QEYezk7Ubl6HHKfosPT+hQGpk5iGKVz94=; b=RZycgcP+v72oAEwIbKIcboKIaETJLrm5d4nijMo2L+NfJeOM/3IRwSAy1vpQhv0QU5 O4reMxKvijeLWG19YGIJubGQiYGvrrEQfpyhCielLdhIiYIvZxB8RV22imkN+7a/B5Dw 9sZJF7bg6r70QPnPTO4OEdwjK2t/pcUiKkURgh6EgDWy5eojDadzPLgthPq48x0fmok4 ojguPWbXvVTCP0swYxGflpVMqdkg+dHm2jdmX67Zs+uBrdJykLYZUCnxulQdRhz50IXS vVHkkD2PHa4wrxsWHm2cSf5z9HXNfw2ST29m7HPKtBvZ4Mu68K07wOgegju/JNZWLkFK K/Zw==
Hi, you should mention in
https://pari.math.u-bordeaux.fr/dochtml/html/Transcendental_functions.html
that the usual
vartheta(x) = sum_n exp(-Pi*x*n^2)
function is obtained from
vartheta(x) = exp(-Pi*x/4)*theta(exp(-Pi*x),Pi/2+ Pi*x/(2*I))
a sanity check for the modularity
\p 50
x = 0.2;
a = vartheta(x);
b = x^(-1/2)*vartheta(1/x);
abs(a - b) < 1E-50
Prev by Date:
Dimension of a space of modular form
Next by Date:
fetch_user_var() doesn't behave as I expect
Previous by thread:
Re: Dimension of a space of modular form
Next by thread:
fetch_user_var() doesn't behave as I expect
Index(es):
Date
Thread