Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find out if ideal is prime, principal, maximal in $\mathbb{Z}[X]$?

sage: PR.<xx> =PolynomialRing(ZZ)
sage: I_PR = PR.ideal(2,xx)
sage: I_PR.is_principal()
NotImplementedError

Is there another way?