| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionApply
(
func f,
alist A
)
->
alist r
DescriptionExamplesl:=Alist([3,1],[6,2],[9,3],[12,4]);
Apply(i->3*i,l);
l:=[1,2,3,4];
Apply(IsEven,l);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |