Loading [MathJax]/jax/output/HTML-CSS/jax.js
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)
click to hide/show revision 2
No.2 Revision

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

fp.lift().change_ring(ZZ)
click to hide/show revision 3
No.3 Revision

It's a two-step process. First you need to lift in Z/27Z[y], then lift the coefficients in 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())