p j wrote: > Does this mean that: > (f g h)"0 1 2 y <---> (f"0 y) g"1 2 (h"0 y)
No. Here's a random example: y=. i. 2 2 2 f=. +: g=. ;&.> h=. -: ((f g h)"0 1 2 y) -: (f"0 y) g"1 2 (h"0 y) 0 -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
