On Thu, Apr 2, 2009 at 6:18 PM, Matthew Brand <[email protected]> wrote: > Something simple ... and a bit trivial I am stuck on ... > > d =. 1$1 > d 0} 1 2 3 > |rank error > > What can I do to d to make its shape fit into 0} 1 2 3?
Try this: d (,0)} 1 2 3 Ambrus ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
