On 9/4/07, Ahmad <[EMAIL PROTECTED]> wrote: > > Thank you very much! These were surprisingly fast replies!
At sagemath.com we aim to please. :-) > I tried to > run william's code, but appearently my version of sage does not > understand padded_list property: > z.polynomial().padded_list(5) Yes, that's a function we added fairly recently. > sage: z.polynomial().padded_list(5) > --------------------------------------------------------------------------- > <type 'exceptions.AttributeError'> Traceback (most recent call > last) > > /home/amadi/Programmes/Sage/sage-2.6.linux32bit-i686-Linux/<ipython > console> in <module>() > > <type 'exceptions.AttributeError'>: 'Polynomial_dense_mod_p' object > has no attribute 'padded_list' > > > I'm writing it while I'm downloading Sage again. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
