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

Function

MinimalPolynomial ( elt-fld^fin x ) -> elt-alg^pol

Description

The minimal polynomial of x in F with respect to the ground field of F.

Examples

x_E:=FiniteField(5); x_Ey:=PolynomialAlgebra(x_E); x_F:= Extension(x_E,x_Ey.1^2+2); MinimalPolynomial(2*(x_F.1));
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group