[sage-support] Project Euler

2008-10-26 Thread Rolandb
Hi, To learn SAGE takes a while, and good exercises are scarce. It was mentioned before, but the site http://projecteuler.net/ is interesting. The idea is to solve relatively simple mathematical problems and the level is going up slowly. For instance group operations, read/write to a file, speed

[sage-support] Re: Compile prblem on my laptop

2008-10-26 Thread mabshoff
Hi, please don't post logs or excerpts from logs on the list, but put them up somewhere and post a link. In your case the problem is a known issue with ArchLinux and the g95 we ship. You need to use the gfortran compiler provided by the system. README.txt tells you the details: NOTE: If you're

[sage-support] Re: [GAP Support] (no subject)

2008-10-26 Thread David Joyner
Alexander, I already traded several emails with him offlist and now the problem is resolved. I should have informed gap-support earlier. Sorry. On Sun, Oct 26, 2008 at 8:52 AM, Alexander Konovalov [EMAIL PROTECTED] wrote: Hello, The download section of the GAP site is

[sage-support] Re: Compile prblem on my laptop

2008-10-26 Thread William Stein
On Sun, Oct 26, 2008 at 6:08 AM, mabshoff [EMAIL PROTECTED] wrote: Hi, please don't post logs or excerpts from logs on the list, but put them up somewhere and post a link. In your case the problem is a known issue with ArchLinux and the g95 we ship. You need to use the gfortran compiler

[sage-support] Re: Project Euler

2008-10-26 Thread Georg
Hi Roland, 2. Is there a more elegant way for: for k1 in range(-2,3): for k2 in range(-2,3): for k3 in range(-2,3): for k4 in range(-2,3): for k5 in range(-2,3): for k6 in range(-2,3): for k7 in range(-2,3): ? Roland if you want to stay in pure python do