[sage-support] Re: installation issues with sage 7.6

2017-03-31 Thread Dima Pasechnik
On Friday, March 31, 2017 at 10:37:01 PM UTC+1, Alex Jordan wrote: > > Ah, thanks. I misunderstood your first message. So I will need Sierra if I > wish to run 7.6. > Well, an alternative is to compile Sage yourself, or wait for some kind soul with OSX 10.11 to build and post a binary installer

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-31 Thread Adam Mullins
Can you explain how i run the updated version? I'm still a bit of a novice, and right now i'm currently running SageMath cloud. Again, I thank you for your help! On Thursday, March 30, 2017 at 5:38:58 PM UTC-4, Simon King wrote: > > Hi Adam, > > On 2017-03-30, Adam Mullins > wrote: > > Should

[sage-support] Re: OS X 10.12

2017-03-31 Thread John H Palmieri
Is is also possible that a homebrew installation is interfering? I have seen claims that it can interfere with building Sage from scratch, but I don't see why it would cause problems with installing from a pre-built binary. John On Friday, March 31, 2017 at 4:09:05 PM UTC-7, Volker Braun wr

[sage-support] Re: OS X 10.12

2017-03-31 Thread Volker Braun
There is supposed to be a script called "relocate-once.py" next to the sage launch script that is missing for you. It runs automatically when you start sage for the first time and then delets itself. I don't know how you lost that file... On Tuesday, March 7, 2017 at 8:14:01 PM UTC+1, crown...@

Re: [sage-support] Re: OS X 10.12

2017-03-31 Thread J. Friedman
I downloaded the dmg file, moved the sagemath directory to Applications, then double clicked on sage. I also tried it through home-brew and also got an error (below). Has anyone done a fresh install with an apple running the latest version of OS X? The easiest thing for me to do was download li

[sage-support] Re: OS X 10.12

2017-03-31 Thread John H Palmieri
This looks strange. It ought to look like this the first time you run Sage, and this is what happens when I download and install from that file: Rewriting paths for your new installation directory === This might take a few minutes but only has to

[sage-support] Re: installation issues with sage 7.6

2017-03-31 Thread Alex Jordan
Ah, thanks. I misunderstood your first message. So I will need Sierra if I wish to run 7.6. -- 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 sage-support+unsubsc

[sage-support] Re: OS X 10.12

2017-03-31 Thread crownea...@gmail.com
I downloaded *sage-7.6-OSX_10.12.3-x86_64.dmg* from http://mirrors.mit.edu/sage/osx/intel/index.html I just tried again, and I got a max recursion error: /Applications/SageMath/sage ; exit; RecursionError: maximum recursio

Re: [sage-support] Incorrect output of a sum

2017-03-31 Thread John Cremona
It works fine if you insert * between the parentheses -- no implicit multiplication: sage: gamma3(a,b,c,j) = 1/((e^(2*pi*i*(a*j/16))-1)*(e^(2*pi*i*(b*j/16))-1)*(e^(2*pi*i*(c*j/16))-1)) sage: sum(gamma3(1,2,9,j) for j in [1..7]).n() 3.00 - 0.249*I On 31 March 2017 at 19:17

[sage-support] Incorrect output of a sum

2017-03-31 Thread saad khalid
Not what sure the issue is, but I couldn't find any typos in what I was doing. I define a function: gamma3(a,b,c,j) = 1/((e^(2*pi*i*(a*j/16))-1)(e^(2*pi*i*(b*j/16))-1)(e^(2*pi* i*(c*j/16))-1)) Then I do the sum: sum(gamma3(1,2,9,j) for j in [1..7]).n() and this gives me 1.98224774759702 + 4.04

[sage-support] Re: installation issues with sage 7.6

2017-03-31 Thread Dima Pasechnik
you are missing OSX 10.12. -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-

[sage-support] Documentation on defining functions on Sage

2017-03-31 Thread saad khalid
Hey everyone: I'm just looking for the documentation for properly defining functions on Sage. As far as I can tell, there are several ways to define functions. I think you can define functions as sage objects, and then functions as python functions, and then also lambda functions through python

[sage-support] Re: installation issues with sage 7.6

2017-03-31 Thread Alex Jordan
I installed Sage 7.4 and it's running well. For me, for now, this is an acceptable situation. Are there release notes for 7.5 and 7.6 that I could review to see what I am missing? The release notes here only go up to 7.3. -- You received this message beca

[sage-support] installation issues with sage 7.6

2017-03-31 Thread Dima Pasechnik
El Capitan is OS 10.12, it might not run software for 10.11. Your best bet might be to build from source-unless there is already a 10.11 binary install. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop rec

[sage-support] Re: Prettytable

2017-03-31 Thread Henri Girard
I found table (http://doc.sagemath.org/html/en/reference/misc/sage/misc/table.html) but now my problem is how to get the content of a magic function : For example in ruby I have a magic square function I can embedd in my display table (magic) and I got each magic square done. I can't do that

[sage-support] Prettytable

2017-03-31 Thread Henri Girard
Hi, I saw on sage cloud mailing list prettytable was working. I tried on sage but it doesn't work. Is it working on sage ? Or is there an equivalent for sage to prettytable ? Best Henri -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsub