Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Quotient of Polynomial Ring (Leading Coefficient)

The following yields an error:

sage: R.<x> = Integers(4)[]
sage: Q.<a> = R.quotient(2*x)
...
TypeError: polynomial must have unit leading coefficient

How can I make it work?