[sage-devel] Re: slides for mini sage talk on sagex/pyrex

2007-02-14 Thread Timothy Clemans
, didier deshommes wrote: > > > On 2/15/07, Martin Albrecht <[EMAIL PROTECTED]> wrote: > > > > http://www.informatik.uni-bremen.de/~malb/binary/20070214-pyrex-uw.pdf > > > > > > I'm getting a "Access forbidden!" error. Maybe the pdf is re

[sage-devel] Re: slides for mini sage talk on sagex/pyrex

2007-02-14 Thread Timothy Clemans
t; > http://www.informatik.uni-bremen.de/~malb/binary/20070214-pyrex-uw.pdf > > > > I'm getting a "Access forbidden!" error. Maybe the pdf is read-only? > > Sorry, fixed. > Martin > > > didier > > > > > -- > > > name: Mar

[sage-devel] Re: slides for mini sage talk on sagex/pyrex

2007-02-14 Thread Martin Albrecht
On Wednesday 14 February 2007 21:47, didier deshommes wrote: > On 2/15/07, Martin Albrecht <[EMAIL PROTECTED]> wrote: > > http://www.informatik.uni-bremen.de/~malb/binary/20070214-pyrex-uw.pdf > > I'm getting a "Access forbidden!" error. Maybe the pdf is read-o

[sage-devel] Re: slides for mini sage talk on sagex/pyrex

2007-02-14 Thread didier deshommes
On 2/15/07, Martin Albrecht <[EMAIL PROTECTED]> wrote: > > http://www.informatik.uni-bremen.de/~malb/binary/20070214-pyrex-uw.pdf I'm getting a "Access forbidden!" error. Maybe the pdf is read-only? didier > -- > name: Martin Albrecht > _pgp: http://pgp.mi

[sage-devel] slides for mini sage talk on sagex/pyrex

2007-02-14 Thread Martin Albrecht
http://www.informatik.uni-bremen.de/~malb/binary/20070214-pyrex-uw.pdf -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [EMAIL PROTECTED] --~--~-~--~~~---~--~

[sage-devel] Re: Memory leaks

2007-02-14 Thread William Stein
You should try to create a coding sprint project out of this for SAGE Days 3: http://sage.math.washington.edu:9001/days3/sprints The memory leak might just be the result of caching in the ssmod.py module... You would do well to think through precisely what X = SupersingularModule(p)

[sage-devel] Memory leaks

2007-02-14 Thread Iftikhar Burhanuddin
Hi folks, The following piece of code seems to leak a lot of memory (with/without the statement 'del X') during long runs of computation: while true: X = SupersingularModule(p) X.hecke_matrix(2) del X p = ZZ(p).next_prime() To pin down the souce of leakage, I

[sage-devel] Re: random_element() improvements

2007-02-14 Thread William Stein
Thanks Didier -- all excellent choices. -- William On 2/13/07, didier deshommes <[EMAIL PROTECTED]> wrote: > > > Hi, > Here are 2 examples in ZZ that don't work nicely when the range is > invalid in random_element(): > {{{ > sage: ZZ.random_element(9,-9) # not a valid range > 11 > sage: ZZ.rando

[sage-devel] Parallel Computation Talk

2007-02-14 Thread Joshua Kantor
http://sage.math.washington.edu/home/jkantor/talks/ --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co