Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Polynomial arithmetic modulo prime powers

I'm trying to do some operations with polynomials over Z/pnZ and I'm stuck on some basic things:

1) Is it possible in SAGE to long divide two polynomials in Z/pnZ[x]?

2) Is it possible in SAGE to factor a polynomial in Z/pnZ[x]?

Am I missing something about the basic functionality of (1)? Is this really something that I need to program myself??