Is this what you're looking for? sage: Qp=pAdicField(7) sage: g=Qp['x'](x^2-2) sage: g.hensel_lift(4)
You can use pari rather directly; relying on sage converting its data types to appropriate pari types: pari(g).padicappr(Qp(4)) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/208f7804-3ca8-4bbf-bfea-a2e6ba64b5de%40googlegroups.com.