> On Thu, Dec 10, 2015 at 3:52 AM, Ryan Eckbo <ec...@cim.mcgill.ca> wrote:
 Also someone could probably write a clever verb to generate the table.
>>

I don't know if it's clever, but here's one that matches Raul's input matrix


(|@((_0.1)&+)@{. , ] ) |: (10 10 $ _0.2,(10 # 0)) + (i.10) +/ (10 # 0.2)
0.1 1.1 2.1 3.1 4.1 5.1 6.1 7.1 8.1 9.1
  0 1.2 2.2 3.2 4.2 5.2 6.2 7.2 8.2 9.2
0.2   1 2.2 3.2 4.2 5.2 6.2 7.2 8.2 9.2
0.2 1.2   2 3.2 4.2 5.2 6.2 7.2 8.2 9.2
0.2 1.2 2.2   3 4.2 5.2 6.2 7.2 8.2 9.2
0.2 1.2 2.2 3.2   4 5.2 6.2 7.2 8.2 9.2
0.2 1.2 2.2 3.2 4.2   5 6.2 7.2 8.2 9.2
0.2 1.2 2.2 3.2 4.2 5.2   6 7.2 8.2 9.2
0.2 1.2 2.2 3.2 4.2 5.2 6.2   7 8.2 9.2
0.2 1.2 2.2 3.2 4.2 5.2 6.2 7.2   8 9.2
0.2 1.2 2.2 3.2 4.2 5.2 6.2 7.2 8.2   9
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to