> By the way, one has to be careful using some of the methods of U. In > particular, > > sage: u1=U.list_of_elements_of_multiplicative_group() > sage: u==u1 > True > but > > sage: type(u[0]) > > < type 'sage.rings.integer_mod.IntegerMod_int' > > > type(u1[0]) > > < type 'int' > > > and using u1 instead of u would produce a different result.
Thanks for the heads up on this. I guess that I am surprised by this, but it is probably my naivety. Dana -- 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 URL: http://www.sagemath.org To unsubscribe, reply using "remove me" as the subject.
