| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionIsInjective
(
elt-mdl^mat X
)
->
elt-alg^boo
DescriptionExamplesx_m := Matrix(Z,2,3,[0,0,0,0,0,0]);
IsInjective(x_m);
x_m := Matrix(Z,2,3,[1,0,0,0,0,1]);
IsInjective(x_m);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |