On Sat, Aug 15, 2009 at 1:08 PM, Ian Gorse<[email protected]> wrote:
> Well after some persistence I came up with
>   3 3 $ (1 1; 1 0; 1 _1; 0 1; 0 0; 0 _1; _1 1; _1 0; _1 _1) |. each
> (R;R;R;R;R;R;R;R;R)

   <"2 (,"0/~1 0 _1) |./ R

gives the same result.  Also:

   +/+/(,"0/~1 0 _1) |./ R
0 0 1 2 2 1 0
0 1 3 4 3 1 0
0 1 4 5 4 1 0
0 1 3 3 2 0 0
0 0 1 1 1 0 0

FYI,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to