[sage-support] Re: Runtime error for Sage 7.2 on mac os x 9.5

2016-11-03 Thread slelievre
Thu 2016-11-03 04:43:57 UTC+1, s meagher: > > I'm getting the following message when launching sage in the terminal. > I tried the SageMath App and got the same message. > I don't know if it is relevant but Sage 6.2 is already installed on my > computer. > Hi, thanks for reporting this. Is ther

[sage-support] Re: Runtime error for Sage 7.2 on mac os x 9.5

2016-11-03 Thread s meagher
I'm running OS 10.9.5, and the downloads for sage 7.4 are for OS 10.11.6. On Thursday, November 3, 2016 at 7:40:49 PM UTC+11, slelievre wrote: > > > > Thu 2016-11-03 04:43:57 UTC+1, s meagher: >> >> I'm getting the following message when launching sage in the terminal. >> I tried the SageMath App

[sage-support] Re: Summation bug in Sage? In Maxima?

2016-11-03 Thread bernardparisse57
Probably for the same reason as maxima, the singularity n=1/2 inside the summation domain, if you start at 1 the answer is correct. Now fixed in geogebra svn and in xcas offline http://www-fourier.ujf-grenoble.fr/~parisse/xcasen.html#+normal(sum(1/((n+1)*(2*n-1)),n,0,inf)&

[sage-support] Re: Summation bug in Sage? In Maxima?

2016-11-03 Thread bernardparisse57
Probably for the same reason as maxima, the singularity n=1/2 inside the summation domain, if you start at 1 the answer is correct. Now fixed in geogebra svn and in xcas offline http://www-fourier.ujf-grenoble.fr/%7eparisse/xcasen.html#+normal(sum(1/((n+1)*(2*n-1)),n,0,inf)& -- You received thi

Re: [sage-support] How can I double check a non-isomorphism between graphs?

2016-11-03 Thread Paul Leopardi
On Thursday, 3 November 2016 04:58:11 UTC+11, Dima Pasechnik wrote: > > On Wednesday, November 2, 2016 at 11:57:20 AM UTC, Paul Leopardi wrote: >> >> On Wednesday, 2 November 2016 20:08:20 UTC+11, Dima Pasechnik wrote: >>> >>> I must say I don't know why these libgap.set_global and get_global are

[sage-support] Re: Symbolic expressions assumptions and simplify in parallel

2016-11-03 Thread Nils Bruin
On Tuesday, November 1, 2016 at 1:55:00 PM UTC-4, Fedor Sumkin wrote: > > Hi all, > > Faced with a quite sad sage bug which arises with interval based > assumptions and full_simplify()/simplify() in called in parallel. > > Here is a gist : > https://gist.github.com/sumkincpp/a5472ce6fcec4d05eba

[sage-support] Randomness test

2016-11-03 Thread chandra chowdhury
Hi, I have sequence like {57, 44, 40, 57, 50, 53, 17, 24, 20, 3, 8, 51, 62, 56, 2, ..}, where each value is between 0 to 63. I want to check its randomness. Is there any function in Sage for this? -- You received this message because you are subscribed to the Google Groups "sage

Re: [sage-support] How can I double check a non-isomorphism between graphs?

2016-11-03 Thread Dima Pasechnik
you might try to find a combinatorial invariant distinguishing graphs here, e.g. the 4-vertex condition (introduced in http://www.ams.org/mathscinet-getitem?mr=340088 more references here: http://link.springer.com/article/10.1007/s10801-014-0554-1) On Thursday, November 3, 2016 at 12:13:52 PM U

[sage-support] Re: Runtime error for Sage 7.2 on mac os x 9.5

2016-11-03 Thread Dima Pasechnik
On Thursday, November 3, 2016 at 9:06:22 AM UTC, s meagher wrote: > > I'm running OS 10.9.5, and the downloads for sage 7.4 are for OS 10.11.6. > You most probably can build Sage 7.4 from source, still. (although we don't build on 10.9.5 since version 7.2, I guess due to lack of hardware to do

Re: [sage-support] Randomness test

2016-11-03 Thread Jori Mäntysalo
On Thu, 3 Nov 2016, chandra chowdhury wrote: I have sequence like {57,  44,  40,  57,  50,  53,  17,  24,  20,  3,  8,  51,  62,  56,  2, ..}, where each value is between 0 to 63.  I want to check its randomness. Is there any function in Sage for this?  How do you define "random"? Someti