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

Function

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

Description

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

Examples

x_o := EquationOrder(X^2-2); x_alpha := Basis(x_o)[2]; Root(2*x_alpha, 3);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group