On 8/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It build fine but the I/O is seriously bugged for me, at least for the > displaying of rational functions (but probably wrapping too)...
Thanks for the report. I will look into it. Do other things work ok? E.g. this script that posted earlier: > For example: > > sage: r=[0,3,32,375,5184,84035] > sage: R=axiom(r).guessExpRat(); R > > n > [[function= n (n + 2) ,order= 0]] > > sage: f=axiom('%s.1.function'%N.name()); f > > n > n (n + 2) > > sage: f.type() > Expression Integer > > sage: f.eval(axiom('n=5')) > 84035 > > sage: f.eval(axiom('n=6')) > 1572864 > > sage: Regards, Bill Page. --~--~---------~--~----~------------~-------~--~----~ 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.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---