| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionComplement
(
mdl^mat/fld V,
mdl^mat/fld U
)
->
mdl^mat/fld
DescriptionExamplesx_m:=Matrix(Q,2,3,[1,2,3,4,5,6]); x_M:=Parent(x_m);
x_U := Sub(x_M,x_M.1,x_M.3+x_M.4);
Complement(x_M,x_U);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |