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

Function

IsOne ( elt-fld^fin x ) -> elt-alg^boo

Description

True iff I is the identity ideal of its ring.

Examples

x_x := One(FiniteField(7));; IsOne(x_x);
x_gf7 := FiniteField(7);; x_e1 := Element(x_gf7,2); x_e2 := Element(x_gf7,4); IsOne(x_e1*x_e2);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group