Skip to content

missing minpoly for GF(p) #4048

@sagetrac-mabshoff

Description

@sagetrac-mabshoff

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions