On 9/1/06, Barton Willis <willisb at unk.edu> wrote: > To apply mod to each element of a matrix, you'll still need to use > matrixmap and a lambda form. Doing mod(matrix([...]),10) makes a mess... Well, that's a bug we should fix... both mod and floor should distribute over matrix and list. The current result is silly.