Advertisement
MatsGranvik

Histogram of pushing the first Dirichlet Eta zero towards

Jul 13th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. (*start*)
  2. nn = 300
  3. Monitor[DirichletEtaRootList =
  4. Table[k /.
  5. FindRoot[
  6. Re[Zeta[1/2 + I*k]*
  7. Total[Table[
  8. Total[MoebiusMu[Divisors[n]]/Divisors[n]^(1/2 + I*k - 1)]/
  9. n, {n, 1, scale}]]], {k, 14.25}], {scale, 2, nn}];, scale]
  10. Show[ListLinePlot[DirichletEtaRootList, PlotRange -> {14.1, 14.2}],
  11. Plot[Im[ZetaZero[1]], {scale, 2, nn}, PlotRange -> {14.1, 14.2}]]
  12. ListPlot[Sort[DirichletEtaRootList, Greater]]
  13. DirichletEtaRootList - Im[ZetaZero[1]];
  14. Count[%, N[0]]
  15. Histogram[DirichletEtaRootList]
  16. (*aa=100000 first Riemnann zeta zeros, imaginary parts*)
  17. (*Histogram[Abs[Differences[aa]]]*)
  18. (*end*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement