Re: [sage-support] Re: visualizing Sato-Tate for sums of twelve squares

2017-01-19 Thread William Stein
On Thu, Jan 19, 2017 at 6:19 AM, kcrisman 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 c

[sage-support] Re: visualizing Sato-Tate for sums of twelve squares

2017-01-19 Thread kcrisman
Necro-post ... Since those servers are gone, anyone else searching may find 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_

[sage-support] Re: ubuntu installing sage

2017-01-19 Thread Dima Pasechnik
On Thursday, January 19, 2017 at 10:39:00 AM UTC, HG wrote: > > Ubuntu install software in /usr (but apparently not sage : > /usr/lib/sagemath) I compiled sage this way : ./configure --prefix=/usr > then make, I don't dare to do sudo make install is it possible to do it ? > As I am not sure wh

[sage-support] ubuntu installing sage

2017-01-19 Thread HG
Ubuntu install software in /usr (but apparently not sage : /usr/lib/sagemath) I compiled sage this way : ./configure --prefix=/usr then make, I don't dare to do sudo make install is it possible to do it ? As I am not sure what it will do I don't want to break my sage installation regards Henri