[sage-support] Re: new cell in worksheet

2009-03-23 Thread Stan Schymanski
In this context, I'm having trouble inserting a calculation cell before a html cell or between two html cells in Sage 3.4. The Alt-Enter or Ctrl-Enter methods don't not work in html cells. If I want to insert a calculation cell before an html cell, I can't just press Alt-Enter in the foregoing

[sage-support] Re: 3-D plots of affine varieties

2009-03-23 Thread Minh Nguyen
On Sun, Mar 22, 2009 at 11:17 AM, Alex Ghitza wrote: > > > Also, if you apply those patches, you can then try out the worksheets > attached under Tuesday March 10 at > > http://wiki.sagemath.org/days14 > > (check out the ones named SD14__Visualisation*, they have a bunch of > examples of plot

[sage-support] Printing /debugging

2009-03-23 Thread Thierry Dumont
As I want to modify Sage (introducing ldap identification), I need to modify some parts of Sage, mainly "avatars.py". It is not yet working correctly :-( and for debugging I put some "print" instructions in the code; for example in the class FailedLogin I put a print statement in __init__. I s

[sage-support] Re: new cell in worksheet

2009-03-23 Thread Jason Grout
Stan Schymanski wrote: > In this context, I'm having trouble inserting a calculation cell before > a html cell or between two html cells in Sage 3.4. The Alt-Enter or > Ctrl-Enter methods don't not work in html cells. Both of these are because they have not been implemented. Contributions a

[sage-support] Re: new cell in worksheet

2009-03-23 Thread Stan Schymanski
Thanks for your feedback, Jason! Could you submit a ticket for this to be fixed/enhanced? Unfortunately, I can't do it myself. Cheers, Stan Jason Grout wrote: > Stan Schymanski wrote: > >> In this context, I'm having trouble inserting a calculation cell before >> a html cell or between two

[sage-support] Installation on Ubuntu+intel celeron / sage.bin: No such file or directory

2009-03-23 Thread Yau Kwan Kiu
Hello. I am using an intel celeron with ubuntu (specifically, wubi) and I am trying to install sage. I have downloaded sage-3.4-linux-Ubuntu_8.10-i686-Linux.tar.gz and extracted it with the archive manager. Here are some of the error messages when I ran make (actually, the second time I did tha

[sage-support] How to get notebook() help?

2009-03-23 Thread J Elaych
It takes quite a while to learn how to use the notebook just by googling around (search google for 'sage %hide' for instance) so I hope someone can point me in a better direction. One simple thing I would like to be able to do is to enter a bunch of forumula's, say integrals or ODEs, at the very

[sage-support] Installation on Ubuntu+intel celeron / sage.bin: No such file or directory

2009-03-23 Thread Yau Kwan Kiu
Hello. (My previous message might have been lost and I am sending it again. )  I am using an intel celeron with ubuntu (specifically, wubi) and I am trying to install sage.  I have downloaded sage-3.4-linux-Ubuntu_8.10-i686-Linux.tar.gz and extracted it with the archive manager.  Here are some of

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread Stan Schymanski
Hi J, I am not sure what exactly you want to do at the top of your notebook, but I agree that it is not always easy to find specific information in the documentation. Examples are for me the best way to learn new things. However, it is usually not possible to just copy and paste code from a p

[sage-support] Re: Leading monomial or leading term of univariate polynomials

2009-03-23 Thread Burcin Erocal
On Fri, 20 Mar 2009 12:07:51 -0700 (PDT) Simon King wrote: > > Dear Burcin, > > On 20 Mrz., 15:37, Burcin Erocal > ... > > I don't think comparing the methods implemented by two different > > classes will be a good basis for testing an API specification > > (assuming one day we write one). Mor

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread John H Palmieri
On Mar 22, 5:59 pm, J Elaych wrote: > It takes quite a while to learn how to use the notebook just by > googling around (search google for 'sage %hide' for instance) so I > hope someone can point me in a better direction. Have you tried clicking the "Help" link in the upper right corner of the n

[sage-support] Re: new cell in worksheet

2009-03-23 Thread Jason Grout
Stan Schymanski wrote: > Thanks for your feedback, Jason! Could you submit a ticket for this to > be fixed/enhanced? Unfortunately, I can't do it myself. We should get you a trac account, then. You can follow the instructions on http://trac.sagemath.org/sage_trac/ The bugs are now http://trac

[sage-support] Re: XML-RPC

2009-03-23 Thread dracero
Yes, Algebra works perfectly well. On 4 mar, 16:41, William Stein wrote: > On Wed, Mar 4, 2009 at 10:48 AM, dracero wrote: > > > Hi Dan. I´m using a Moodle´s module called Algebra which has a XML-RPC > > cliente which is able to comunicate with SAGE in order to manage > > complex variables an s

[sage-support] Fwd: import of commands

2009-03-23 Thread Martin Albrecht
This belongs on [sage-support] and thus I'm CCing my answer there (also, David Kohel reads [sage-support] IIRC) This seems to be the right way of doing it: sage: S = AlphabeticStrings() sage: E = SubstitutionCryptosystem(S) sage: K = S('MHKENLQSCDFGBIAYOUTZXJVWPR') sage: K MHKENLQSCDFGBIAYOUTZX

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread Jose Guzman
Hi J Elaych, I am the author of the mentioned worksheet (http://sagenb.com/home/pub/365/). You can check the new version here : (http://sagenb.org/home/pub/398/) the old one was full of awful mistakes, it was for simply testing purposes. I know some C and Python, etc..., but I am a complete

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread Jose Guzman
J Elaych wrote: > It takes quite a while to learn how to use the notebook just by > googling around (search google for 'sage %hide' for instance) so I > hope someone can point me in a better direction. > > One simple thing I would like to be able to do is to enter a bunch of > forumula's, say inte

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread Jose Guzman
J Elaych wrote: > It takes quite a while to learn how to use the notebook just by > googling around (search google for 'sage %hide' for instance) so I > hope someone can point me in a better direction. > > One simple thing I would like to be able to do is to enter a bunch of > forumula's, say inte

[sage-support] Re: new cell in worksheet

2009-03-23 Thread Jose Guzman
Stan Schymanski wrote: > In this context, I'm having trouble inserting a calculation cell before > a html cell or between two html cells in Sage 3.4. The Alt-Enter or > Ctrl-Enter methods don't not work in html cells. If I want to insert a > calculation cell before an html cell, I can't just pr

[sage-support] Re: Installation on Ubuntu+intel celeron / sage.bin: No such file or directory

2009-03-23 Thread William Stein
On Mon, Mar 23, 2009 at 2:10 AM, Yau Kwan Kiu wrote: > > Hello.  (My previous message might have been lost and I am sending it > again. )  I am using an intel celeron with ubuntu (specifically, wubi) > and I am trying to install sage.  I have downloaded > sage-3.4-linux-Ubuntu_8.10-i686-Linux.tar

[sage-support] Problem plotting a function with plot()

2009-03-23 Thread Jose Guzman
Dear Sage users and developers, I am using Sage version 3.4 running on Linux/Debian. I am still not very familiar with Sage though. I tried to plot the following equation: sage: var('t'); # symbolic variable sage: var('g'); # symbolic variable sage: f(t) = g*(t**2-1)/(2*(t-1)) # try to simplif

[sage-support] Re: Problem plotting a function with plot()

2009-03-23 Thread John H Palmieri
On Mar 23, 3:10 pm, Jose Guzman wrote: > Dear Sage users and developers, > > I am using Sage version 3.4 running on Linux/Debian. I am still not very > familiar with Sage though. I tried to plot the following equation: > > sage: var('t'); # symbolic variable > sage: var('g'); # symbolic variable

[sage-support] Re: Problem plotting a function with plot()

2009-03-23 Thread John H Palmieri
On Mar 23, 3:31 pm, John H Palmieri wrote: > On Mar 23, 3:10 pm, Jose Guzman wrote: > > > > > > > Dear Sage users and developers, > > > I am using Sage version 3.4 running on Linux/Debian. I am still not very > > familiar with Sage though. I tried to plot the following equation: > > > sage: var(

[sage-support] Re: Problem plotting a function with plot()

2009-03-23 Thread Jose Guzman
wrote: > On Mar 23, 3:10 pm, Jose Guzman wrote: > >> Dear Sage users and developers, >> >> I am using Sage version 3.4 running on Linux/Debian. I am still not very >> familiar with Sage though. I tried to plot the following equation: >> >> sage: var('t'); # symbolic variable >> sage: var('g'

[sage-support] Re: Problem plotting a function with plot()

2009-03-23 Thread Jose Guzman
John H Palmieri wrote: > On Mar 23, 3:31 pm, John H Palmieri wrote: > >> On Mar 23, 3:10 pm, Jose Guzman wrote: >> >> >> >> >> >> >>> Dear Sage users and developers, >>> >>> I am using Sage version 3.4 running on Linux/Debian. I am still not very >>> familiar with Sage though. I t

[sage-support] Re: Fwd: import of commands

2009-03-23 Thread Minh Nguyen
On Mon, Mar 23, 2009 at 4:30 PM, Martin Albrecht wrote: > > This belongs on [sage-support] and thus I'm CCing my answer there (also, David > Kohel reads [sage-support] IIRC) > > This seems to be the right way of doing it: > > sage: S = AlphabeticStrings() > sage: E = SubstitutionCryptosystem(S) >

[sage-support] Re: How to get notebook() help?

2009-03-23 Thread J Elaych
Hi Jose! Thanks much for that update. I did read the help on the notebook() page and it answered my evaluate-immediately query (Shift-Enter) and I think your new worksheet has answered the pretty-text-in-between-cells question. From here I think its mostly a matter of trial and error and exper

[sage-support] Re: new cell in worksheet

2009-03-23 Thread William Stein
On Mon, Mar 23, 2009 at 11:07 AM, Jose Guzman wrote: > > Stan Schymanski wrote: >> In this context, I'm having trouble inserting a calculation cell before >> a html cell or between two html cells in Sage 3.4. The Alt-Enter or >> Ctrl-Enter methods don't not work in html cells. If I want to insert