Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath

Discussion

This is easy once the implementation of polynomials stabilizes...

Tasks

  1. Write a category HenslianRings (or maybe HenselianRingsWithUniformizer) as a place to write 2-5. Also a category for polynomials over such rings...

  2. Write a function that lifts a root of a polynomial (defined to sufficient precision) up one precision.
  3. Write a function that lifts a root of a polynomial (defined to sufficient precision) to double precision.
  4. Write a function that lifts a coprime factorization up one precision.
  5. Write a function that lifts a coprime factorization to double precision.
  6. Write functions that determine precisions of the resulting objects given the precision of the original polynomial.
  7. Write optimized versions of 2-5 for polynomials over Zp and Qp.

padics/HenselLifting (last edited 2010-12-03 00:25:28 by DavidRoe)