Differences between revisions 1 and 2
Revision 1 as of 2010-12-02 19:34:35
Size: 235
Editor: DavidRoe
Comment:
Revision 2 as of 2010-12-03 00:17:49
Size: 485
Editor: DavidRoe
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * ''Goal'' --
 * ''Type'' --
 * ''Priority'' --
 * ''Difficulty'' --
 * ''Prerequisites'' --
 * ''Goal'' -- Implementation of nth root for Zp, Qp and extensions
 * ''Type'' -- basic features
 * ''Priority'' -- High
 * ''Difficulty'' -- Medium
 * ''Prerequisites'' -- None
Line 8: Line 8:
 * ''Progress'' -  * ''Progress'' - not started
Line 14: Line 14:

 1. Write nth root for Zp and Qp using an explicit Newton's method.

 1. Implement nth root and square roots for extensions, also using Newton's method.
  • Goal -- Implementation of nth root for Zp, Qp and extensions

  • Type -- basic features

  • Priority -- High

  • Difficulty -- Medium

  • Prerequisites -- None

  • Background --

  • Contributors --

  • Progress - not started

  • Related Tickets --

Discussion

Tasks

  1. Write nth root for Zp and Qp using an explicit Newton's method.
  2. Implement nth root and square roots for extensions, also using Newton's method.

padics/NthRoots (last edited 2010-12-03 00:17:49 by DavidRoe)