I don't understand the question. In 3.0.4: sage: F=GF(5) sage: r=F.multiplicative_generator() sage: log(r,r) 1 sage: r.log_repr() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)
/home/john/<ipython console> in <module>() AttributeError: 'sage.rings.integer_mod.IntegerMod_int' object has no attribute 'log_repr' John 2008/7/15 Soroosh Yazdani <[EMAIL PROTECTED]>: > Is there a particular reason why the log_repr in finite fields returns a > string instead of an integer? > > Actually, more important than that, the following fails: > F=GF(5) > r=F.multiplicative_generator() > r.log_repr() <--- comes back with an error > log(r,r) <---- also comes back with an error. > > This is now bug #3656. > > Soroosh > > > > --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
