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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(
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'
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
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)
>
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
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
27 matches
Mail list logo