TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Root ( elt-fld^pad x, elt-ord^rat n ) -> elt-fld^pad

Description

An n-th root of x, if it exists (error otherwise).

Examples

x_Fp := pAdicField(7,20); x_f := 49*x_Fp.1; Root(x_f, 2);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group