Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It's a two-step process. First you need to lift in $\ZZ/27\ZZ[y]$, then lift the coefficients in $\ZZ$:

fp.lift().change_ring(ZZ)

It's a two-step process. First you need to lift in $\ZZ/27\ZZ[y]$, $\mathbb{Z}/27\mathbb{Z}[y]$, then lift the coefficients in $\ZZ$:$\mathbb{Z}$:

fp.lift().change_ring(ZZ)

It's a two-step process. First you need to lift in $\mathbb{Z}/27\mathbb{Z}[y]$, then lift the coefficients in $\mathbb{Z}$:

fp.lift().change_ring(ZZ)

Or, if you want the result to live in your polynomial ring Q of variable X

Q(fp.lift())