| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionIsNilpotent
(
elt-alg^mat 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_M := MatrixAlgebra(Q,3);
IsNilpotent(One(x_M));
x_M := MatrixAlgebra(Q,3);
x_n := Element(x_M,[0,1,0,0,0,1,0,0,0]);
IsNilpotent(x_n);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |