Terrence Brannon wrote:
Operand Pairing:
---------------
1. Pair by common frame consisting of (-rcf)-cells (****):

a _0 cell is the entire datum
<box><box1>1 0 1 0 0 0</box1><box2>3 1 4 1 5 9</box2></box>

2. Pair by long-frame rationing:

The frames are the same length, so we just go pair-wise

1 # 3
0 # 1
1 # 4
0 # 1
0 # 5
0 # 9

I think that this part of analysis is not needed, when the verb # got arguments
1 0 1 0 0 0 and 3 1 4 1 5 9, how it come up with an answer is not related to frame/cell/agreement. Just think it as an black box and gives 3 4 as the result.

If # is rank-0 then it needs further analysis
   1 0 1 0 0 0 #("0) 3 1 4 1 5 9
3
0
4
0
0
0

0#n will give null, but on assembling the final result fill-element is used.

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to