On Thu, Jan 19, 2017 at 6:19 AM, kcrisman <[email protected]> wrote: > Necro-post ... Since those servers are gone, anyone else searching may find
In reference to: sage.math.washington.edu/sato-tate/ It's at http://wstein.org/sato-tate/ now. I also resurrected sage.math.washington.edu's files so that some people could migrate content to sagemath.org; they're here: https://cloud.sagemath.com/35072214-1854-4df4-9634-ee783c3a5e14/raw/home (If anybody were to want to download a *lot* from here, please email me first!!) > this useful. Based on William's original interact and modified to have the > Sage-wrapped mpl histograms. Still amazing :) > > > def sqrt2(): > PI = float(pi) > return plot(lambda x: (2/PI)*math.sqrt(1-x^2), -1,1, plot_points=200, > rgbcolor=(0.3,0.1,0.1), thickness=2) > > delta = delta_qexp(10^5) > > @interact > def delta_dist(bins=(20,[10..150]), number = [500,1000,..,delta.prec()]): > D = delta[:number] > w = [float(D[p])/(2*float(p)^(5.5)) for p in prime_range(number + 1)] > show(histogram(w, bins=bins, normed=True) + sqrt2(), frame=True, > gridlines=True) > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
