I delete the file text "~/sage/lib/sage-flags.txt", and it's Ok, now
sage Run on my laptop.
Thank you for your help.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-suppor
Hi,
I use a binary distribution of sage 3.4 with Linux ubuntu.
When i open a terminal in the directory where sage was extracted, and
with the commande ./sage, i have the following message
""
Christophe-laptop:~/Bureau/sage-3.4-linux-Ubuntu_8.10-i686-Linux$ ./
sage
--
Hi,
I install Linux Ubuntu in my PC (Intel Pentium Dual Core, 2Gega RAM),
after that i extract the version sage3.4 on this OS. And when i click
the sage icone in order to use, i have the message:
"Do you want to run "sage", or display its contents?"
with the buttons "Run in terminal" or "Run".
Thank you for your help, i will test that.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at
http:
Hi,
I am a newbie with sage, a want to save in a text file all prime and
prime power that are lower than a big number Max=(10^18).
i use two loop: as below and i have the error message "maximum
recursion depht exceded".
the program that i write is:
"
sage:
k=1
p=2
m=2
while p^k<=Max: