[sage-support] Re: Creating table of values in SAGE

2007-02-21 Thread Timothy Clemans
Thanks On 2/21/07, Justin C. Walker <[EMAIL PROTECTED]> wrote: > > I'm not sure whether you've gotten an anwser (my mail feeds are > working at cross-purposes right now), but: > > On Feb 21, 2007, at 10:42 AM, Timothy Clemans wrote: > > > > > I'm trying to pass in an expression to my class Table

[sage-support] Re: Creating table of values in SAGE

2007-02-21 Thread Justin C. Walker
I'm not sure whether you've gotten an anwser (my mail feeds are working at cross-purposes right now), but: On Feb 21, 2007, at 10:42 AM, Timothy Clemans wrote: > > I'm trying to pass in an expression to my class Table and use i in the > for loop for the x variable. How can I do that? > > class

[sage-support] sage-2.1.4 on pentium4-pc-linux-gnu question

2007-02-21 Thread Kate Minola
After building sage-2.1.4 on pentium4-pc-linux-gnu, I run 'make test' and get [stuff deleted] sage -t devel/sage-main/sage/rings/real_double.pyx gsl: exp.c:111: ERROR: overfl ow Default GSL error handler invoked. [stuff deleted] Is this a problem? Sage keeps on testing and at the end s

[sage-support] Creating table of values in SAGE

2007-02-21 Thread Timothy Clemans
I'm trying to pass in an expression to my class Table and use i in the for loop for the x variable. How can I do that? class Table: def __init__(self,range_start,range_end,step,expression): self.range = range(range_start,range_end+1,step) self.expression = expression def _

[sage-support] Re: Random sparse matrices over finite fields

2007-02-21 Thread didier deshommes
On 2/21/07, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote: > > Hi folks, > > Random sparse matrices over finite fields generated by SAGE do not look > sparse to me. Bug? > > sage: Mat(GF(17), 10, sparse=True).random_element() Ifti, looking at the docs for random_element(), it looks like you nee