Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2012-02-23 18:45:16
Size: 111
Editor: serickson
Comment:
Revision 10 as of 2012-02-23 19:07:15
Size: 780
Editor: serickson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Implement nth roots for p-adic fields. == People ==

Reinier Broker, Stefan Erickson, Diane Quan, Colin Weir

== Description ==

Given an element in a finite extension of Qp and a positive integer n, return the nth root of the element.

See [[http://trac.sagemath.org/sage_trac/ticket/12567|#12567]].

== Progress ==

Implemented square roots and nth roots for elements in Qp.
Line 3: Line 15:

== Work ==

Still needs to be editted for syntax conventions, error messages, examples, and documentation.
Also requires optimization and improved code.

Code should eventually be replaced by superior FLINT code by Sebastian Pancratz; requires FLINT 2 to be incorporated into Sage.
See [[http://trac.sagemath.org/sage_trac/ticket/12173|#12173]].

People

Reinier Broker, Stefan Erickson, Diane Quan, Colin Weir

Description

Given an element in a finite extension of Qp and a positive integer n, return the nth root of the element.

See #12567.

Progress

Implemented square roots and nth roots for elements in Qp. Only returns nth root of an element in Qp if the nth root lies in Qp.

Work

Still needs to be editted for syntax conventions, error messages, examples, and documentation. Also requires optimization and improved code.

Code should eventually be replaced by superior FLINT code by Sebastian Pancratz; requires FLINT 2 to be incorporated into Sage. See #12173.

padicSageDays/Projects/nthRoots (last edited 2012-02-23 19:07:15 by serickson)