The rank of a fork is _ _ _ . You need rank 0 0 0 for the table.

   cf =. ^<^~
   cf b.0
_ _ _
   cf =. (^<^~)"0
   cf/~ i.10
0 1 1 1 1 1 1 1 1 1
0 0 1 1 1 1 1 1 1 1
0 0 0 1 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 0 0 0
0 0 1 1 1 0 0 0 0 0
0 0 1 1 1 1 0 0 0 0
0 0 1 1 1 1 1 0 0 0
0 0 1 1 1 1 1 1 0 0
0 0 1 1 1 1 1 1 1 0

On Fri, Feb 3, 2012 at 5:57 AM, Aai <agroeneveld...@gmail.com> wrote:

>
>
> On 03-02-12 13:01, Alex Giannakopoulos wrote:
> > Suppose I have the following:
> >
> >     cf =. ^<^~
> >     (i.10) cf / i.10
> > 0 0 0 0 0 0 0 0 0 0
> >
> > What gives?  SHould I not be getting a table?
> > How can I fix it so that I do get a table?
> cf=: (^ < ^~) "0
>
> cf/~ i.10
>
> --
> Met vriendelijke groet,
> @@i = Arie Groeneveld
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to