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

Function

IsInvertible ( elt-rng x ) -> elt-alg^boo, elt-rng

Optional Arguments

Resultselt-ord^rat1 <= Results <= 2

Description

Return whether the ring element x is invertible; if so, return also the inverse of x.

Examples

IsInvertible(2); IsInvertible(-1);
IsInvertible(Element(Q,2)); IsInvertible(Element(Q,-1));
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group