|
Size: 577
Comment:
|
Size: 708
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| == People interested == | == People == |
| Line 5: | Line 5: |
| == 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]]. |
|
| Line 7: | Line 13: |
| Implemented square roots and nth roots for p-adic fields. | Implemented square roots and nth roots for elements in Qp. |
| Line 10: | Line 16: |
| == Work == | |
| Line 15: | Line 21: |
See [[http://trac.sagemath.org/sage_trac/ticket/12567|#12567]]. |
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 code by Sebastian Pancratz; requires Flint 2 to be incorporated into Sage.
