[sage-support] How can calculate the time of execution of a command in sage

2009-06-30 Thread faicel
I look for the command allowing to have the time of execution of a command in sage Thank you in advance --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: stat functions

2009-06-30 Thread Mikie
How does one convert a string to a list? Try my new API pirsqrt.com:1843. Try to break it. If you put something bad into it use the back arrow on the browser. On Jun 29, 4:14 pm, William Stein wst...@gmail.com wrote: On Tue, Jun 30, 2009 at 12:13 AM, Mikiethephantom6...@hotmail.com wrote:

[sage-support] Re: How can calculate the time of execution of a command in sage

2009-06-30 Thread Kevin Horton
On 30-Jun-09, at 10:58 , faicel wrote: I look for the command allowing to have the time of execution of a command in sage sage: timeit? ... Docstring: Time execution of a command or block of commands. Displays the best WALL TIME for execution of the given code. This is

[sage-support] Re: stat functions

2009-06-30 Thread Robert Bradshaw
On Jun 30, 2009, at 8:23 AM, Mikie wrote: How does one convert a string to a list? There are lots of ways to do that in Python--depends on what kind of a list you have. For example, if I have a string list of elliptic curve labels, and want a list of curves... sage: s = 37a|15a|389a sage:

[sage-support] Re: stat functions

2009-06-30 Thread Mikie
OK, I have the string to list created. I have created the function to calculate a mean of a list. This is in the python script. Using spipy I am getting 'module' obj. is not callable' On Jun 30, 10:04 am, Robert Bradshaw rober...@math.washington.edu wrote: On Jun 30, 2009, at 8:23 AM, Mikie

[sage-support] inverse_laplace() function: how does it work?

2009-06-30 Thread Fausto Arinos Barbuto
Hi all, I'm afraid this question has already appeared in this forum, but here it goes again. I'm curious about why the inverse_laplace() function can't successfully invert some well-known, nevertheless rather simple, functions. Let's take exp(-as)/s as an example, whose inverse is the

[sage-support] Re: build errors for sage 4.0.1 on Fedora 11

2009-06-30 Thread Mike Witt
On Jun 25, 2:18 pm, William Stein wst...@gmail.com wrote: On Thu, Jun 25, 2009 at 8:19 PM, Mike Wittmwg...@gmail.com wrote: Was this ever resolved. I'm having the same problem with sage-4.0.2. Should I be building a different version? We reported this to the Singular group, they agreed

[sage-support] Re: build errors for sage 4.0.1 on Fedora 11

2009-06-30 Thread Mike Witt
OK, sorry about that. I now realize that there is an spkg in ticket #6362 which appears to fix this. So I'll try downloading that. -Mike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] Re: stat functions

2009-06-30 Thread Robert Bradshaw
On Jun 30, 2009, at 9:26 AM, Mikie wrote: OK, I have the string to list created. I have created the function to calculate a mean of a list. This is in the python script. Using spipy I am getting 'module' obj. is not callable' There is really not enough information here to answer your