[sage-support] Re: Translations of SAGE

2007-12-09 Thread William Stein
On Dec 9, 2007 11:56 AM, Sean W. O'Quin wrote: Mr Stein, Is there a current version of SAGE in Spanish? Unfortunately there isn't. If not, was SAGE written in a way to provide a language library to facilitate this effort? Unfortunately, such infrastructure has not been put into

[sage-support] Re: question about sage tutorial

2007-12-09 Thread William Stein
On Dec 9, 2007 1:45 PM, Belshoff, Richard G wrote: Dear Professor Stein/Will, I unzipped and installed sage-2.8.15-ubuntu32bit-i686-Linux.tar.gz on my ubuntu linux system. The install went very smoothly. I am now enjoying learning about sage by working through the tutorial.

[sage-support] Re: question about sage tutorial

2007-12-09 Thread William Stein
On Dec 9, 2007 3:05 PM, Belshoff, Richard G Maybe this is it: [EMAIL PROTECTED]:~/sage/sage-2.8.15-ubuntu32bit-i686-Linux/local/bin$ ls -la Singular* lrwxrwxrwx 1 richard richard 50 2007-12-09 16:57 Singular - /home/was/sage-2.8.15.rc0/local/bin/Singular-3-0-4 -rwxr-xr-x 1

[sage-support] Accessing a windows installation remotely

2007-12-09 Thread Adam
I'd like to install Sage on a Windows machine, then access it remotely. I'm a complete beginner at using both Sage and vmware. Is this possible? --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this

[sage-support] Re: Stufit expander fails with MacOS Sage 10.4 download

2007-12-09 Thread William Stein
On Dec 9, 2007 10:35 AM, RandomWalk [EMAIL PROTECTED] wrote: I've run stuffit twice, downloaded a new tar.gz and run it again. it fails each time. What to do? Trying typing this into Terminal: cd Download # or whever you downloaded the tar.gz file tar zxvf

[sage-support] Re: Accessing a windows installation remotely

2007-12-09 Thread William Stein
On Dec 9, 2007 3:13 PM, Adam [EMAIL PROTECTED] wrote: I'd like to install Sage on a Windows machine, then access it remotely. I'm a complete beginner at using both Sage and vmware. Is this possible? Actually this definitely possible. You have to configure bridged networking in vmware

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread William Stein
On Dec 9, 2007 8:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to use the combinatorics features in Sage to do some Chern class calculations. When I run the commands below, I get exceptions that I don't know how to interpret. The same calculation in Maple using John

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread mabshoff
On Dec 10, 5:20 am, William Stein [EMAIL PROTECTED] wrote: On Dec 9, 2007 8:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to use the combinatorics features in Sage to do some Chern class calculations. When I run the commands below, I get exceptions that I don't know

[sage-support] Installing dvipng-1.8

2007-12-09 Thread [EMAIL PROTECTED]
After installing GhostScript via: sudo apt-get install gs Installing dvipng-1.8 yields the following error: checking for kpse_set_progname in -lkpathsea... no configure: error: cannot find/use libkpathsea Error configuring dvipng. real0m2.757s user0m0.576s sys 0m2.156s sage: An

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread Mike Hansen
Hello, The actual issue was that I forgot to covert symmetrica's LONGINT type ( 22 ) over to the correct Sage type. I hadn't actually tested it with calculations that got up to numbers that big. I made a ticket for this and posted a patch: http://sagetrac.org/sage_trac/ticket/1445 It will be

[sage-support] Re: Installing dvipng-1.8

2007-12-09 Thread Adam Getchell
Entire install log: [EMAIL PROTECTED]:~$ sudo sage -i dvipng-1.8 Installing dvipng-1.8 Calling sage-spkg on dvipng-1.8 dvipng-1.8 Machine: Linux sage 2.6.20-16-386 #2 Sun Sep 23 19:47:10 UTC 2007 i686 GNU/Linux Deleting directories from past builds of previous/current versions of dvipng-1.8

[sage-support] Re: Installing dvipng-1.8

2007-12-09 Thread Adam Getchell
apt-get install dvipng. Fortunately, in this particular case it's not at all necessary that you install the sage optional package! As long as dvipng is installed somewhere in the path it will work fine. Thanks! You sound like you're pretty good at working with vmware images and

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread BFJ
That was fast! Thanks for looking into the problem. I'll be doing more extensive calculations over the next couple of weeks (I'm porting some Maple code). I'll let you know if I run into any other problems. I'm excited about the prospect of a 17-fold performance increase. Thanks very much, --

[sage-support] Re: Stufit expander fails with MacOS Sage 10.4 download

2007-12-09 Thread Robert Lockwood
On Dec 9, 2007 4:52 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 9, 2007 10:35 AM, RandomWalk [EMAIL PROTECTED] wrote: I've run stuffit twice, downloaded a new tar.gz and run it again. it fails each time. What to do? Trying typing this into Terminal: cd Download # or

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread William Stein
On Dec 9, 2007 8:44 PM, BFJ [EMAIL PROTECTED] wrote: That was fast! Thanks for looking into the problem. I'll be doing more extensive calculations over the next couple of weeks (I'm porting some Maple code). I'll let you know if I run into any other problems. I'm excited about the prospect

[sage-support] Re: Stufit expander fails with MacOS Sage 10.4 download

2007-12-09 Thread Robert Lockwood
Thanks, I saw the post about the link problem as 2999 others and I downloded atfer reading Slashdot. Here's what I get. -bash: ./sage: No such file or directory Spot:~/sage robertlockwood$ On Dec 9, 2007 9:04 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 9, 2007 8:53 PM, Robert Lockwood

[sage-support] Re: Is this a memory problem?

2007-12-09 Thread Mike Hansen
In case you're curious, here are some timings for higher powers along with memory usage. sage: s = SFASchur(QQ) sage: f = s([2,1]) sage: get_memory_usage() 515.17578125 sage: time a = f^10 CPU times: user 6.64 s, sys: 0.03 s, total: 6.67 s Wall time: 6.74 sage: get_memory_usage() 526.26171875