[sage-support] no sage.bin

2008-03-26 Thread toothpaste
I have successfully installed sage on my debian box and I am so excited to use it. But it can't seem to find the sage.bin. Here are the errors I got when I tried to run sage. /usr/bin/env: sage.bin: No such file or directory /home/ralf/sage/sage-src/sage-2.10.4/local/bin/sage-sage:

[sage-support] Re: modular forms bug(s)?

2008-03-26 Thread Justin C. Walker
On Mar 25, 2008, at 22:54 , Jay Pottharst wrote: Hi all, I'm having trouble adding two modular forms together, sometimes. Here is a whittled-down demo case: sage: b=CuspForms(22).basis() sage: sum(b) Traceback (most recent call last): ... NameError: global name 'other' is not defined

[sage-support] Re: modular forms bug(s)?

2008-03-26 Thread William Stein
On Tue, Mar 25, 2008 at 10:54 PM, Jay Pottharst [EMAIL PROTECTED] wrote: Hi all, I'm having trouble adding two modular forms together, sometimes. Here is a whittled-down demo case: sage: b=CuspForms(22).basis() sage: sum(b) Traceback (most recent call last): ... NameError: global

[sage-support] sh: convert: command not found

2008-03-26 Thread Janzo
Hi: I'm learning the plot functions, sage show that error: sh: convert: command not found when i try to evaluate: v=[] for i in range(3): v.append(polygon([[1,2],[5,6],[5,0],[6,i]], rgbcolor=(1,0,1))) curve = animate(v) curve.show() Any idea of what package I need? thanks

[sage-support] Re: sh: convert: command not found

2008-03-26 Thread Janzo
Ok it's working. Thanks to both. On Mar 26, 7:24 pm, William Stein [EMAIL PROTECTED] wrote: On Wed, Mar 26, 2008 at 11:10 AM, Janzo [EMAIL PROTECTED] wrote: Hi: I'm learning the plot functions, sage show that error: sh: convert: command not found when i try to evaluate: v=[]

[sage-support] Published worksheets, Internal Server Error

2008-03-26 Thread dean moore
The published worksheets https://www.sagenb.org/pub/ have given an Internal Server Error for some time now. Dean --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[sage-support] solve() behavior

2008-03-26 Thread Hector Villafuerte
Hi, While trying to compute the Golden ratio using SAGE I noticed the following strange (to me) behavior in solve(). * This fails: sage: var('a b phi') (a, b, phi) sage: solve([phi==a/b, phi==(a+b)/a], phi) --- type

[sage-support] using optional packages

2008-03-26 Thread Becky
I am new to SAGE, and not particularly computer-savy. My computer uses Windows and so I use the VMware Player to run SAGE. I am trying to use some of the features of GAP and have downloaded gap_packages-4.4.10_4. I saved it in the folder sage- vmware-2.8.7. I tried, unsuccessfully, to load

[sage-support] Re: using optional packages

2008-03-26 Thread David Joyner
I don't use windows but the way you are trying is definitely wrong. In linux you just type sage -i gap_packages-4.4.10_4 and it downloads it (assuming you have internet) and installs it for you. It also loads the GAP packages into the saved GAP workspace. Therefore, once it is installed, all of

[sage-support] Re: using optional packages

2008-03-26 Thread William Stein
On Wed, 26 Mar 2008 18:55:18 -0700, David Joyner [EMAIL PROTECTED] wrote: I don't use windows but the way you are trying is definitely wrong. In linux you just type sage -i gap_packages-4.4.10_4 and it downloads it (assuming you have internet) and installs it for you. It also loads the GAP

[sage-support] Re: Mysterious problem.

2008-03-26 Thread William Stein
On Wed, 26 Mar 2008 15:36:14 -0700, Michel [EMAIL PROTECTED] wrote: I have a fresh sage-2.10.4 install (compiled from source). I have done make install and install_scripts. If I do sage -singular I get Is the output of which sage the sage script that is in you SAGE_ROOT directory