| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionIsNilpotent
(
elt-res^rat x
)
->
elt-alg^boo,
elt-ord^rat
Optional Arguments
DescriptionIf `x' is nilpotent `IsNilpotent' also returns the index of nilpotence of x, i.e. the smallest `q' such that x^q = 0. Examplesx_z7z := IntegerRing(7);
IsNilpotent(Element(x_z7z,4));
x_z8z := IntegerRing(8);
IsNilpotent(Element(x_z8z,4));
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |