-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Description
Nick Alexander reports in https://groups.google.com/group/sage-devel/browse_thread/thread/e5538e40d2b89002
sage: GF(241^2, 'a')(1).minpoly()
x + 240
sage: GF(241, 'a')(1).minpoly()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
...
AttributeError: 'sage.rings.integer_mod.IntegerMod_int' object has no
attribute 'minpoly'
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/4048