<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
I’m a combinatorialist making forays into explicit analytic number theory. I’ve always used Mathematica, but for various reasons I’m trying to switch, to the extent possible, to Julia. As such, I’d like to use Nemo, and in particular am attracted to Nemo as
 a “wrapper” for Arb. I do have Julia & Nemo installed, and the examples given in the Nemo documentation work (including using Arbs) as advertised.<br>
</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
<br class="">
</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
I think I could extrapolate how to link to together the documentation of Arb, Nemo, and Julia, as it impacts the first goals I’ve set for my switch, if only I had<span class="Apple-converted-space"> </span><strong>a code snippet that would use interval arithmetic
 to give rigorous upper and lower bounds on the integral of L’(sigma+10.2 i, chi) / L(sigma+10.2 i, chi) as sigma goes from 1/2 to 3/2, with chi iterating over the characters modulo 5</strong>. </div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
<br class="">
</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
That would cover a few things I’m uncertain about, but need to do repeatedly: rigorous integrals, complex Arbs, L-functions and their derivatives, looping over characters. According to Mathematica’s nonrigorous computation, the values are</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
<font face="Courier New" class="">{-0.443999 + 0.1765 i, -0.718527 - 0.30044 i, 0.264691 - 0.982218 i, -0.130411 - 0.184415 i}</font>.</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
<br class="">
</div>
<div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; text-size-adjust: auto;">
Apologies (and appreciation in advance for your help) for asking you to do my coding.</div>
<div><br>
<span style="font-family: Helvetica; font-size: 18px; caret-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Fredrik Johansson (personal communication) suggested that this would require more interface code</span><span style="font-family: Helvetica; font-size: 18px; caret-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> for
 Dirichlet characters and acb_dirichlet_l_jet since these functions haven't been wrapped in Nemo y</span><span style="font-family: Helvetica; font-size: 18px; caret-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">e</span><span style="font-family: Helvetica; font-size: 18px; caret-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">t</span><span style="font-family: Helvetica; font-size: 18px; caret-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">.</span><br>
</div>
<div><br>
</div>
<div><br>
</div>
<p><br>
</p>
</body>
</html>