--- Terrence Brannon <[EMAIL PROTECTED]> wrote:

> ok, here is how I tried to follow   2 4 { 3 1 4 1 5 9
> 
> left noun rank = 1 , right noun rank = 1
> left verb rank = 0  , right verb rank = 1
> left rank = 0         , right rank = 1
> left frame = 2        , right frame = empty
> common frame is empty
> 
> after this, I am completely confused on how to solve this

I hope these excercises don't keep you from
just enjoying simple J programming.

Here's a couple of other examples for rank unwinding

   (100*1+i.2 3 3 2) ((<@,)"1 1) i.2 3 4
+---------------------+---------------------+---------------------+
|100 200 0 1 2 3      |300 400 0 1 2 3      |500 600 0 1 2 3      |
+---------------------+---------------------+---------------------+
|700 800 4 5 6 7      |900 1000 4 5 6 7     |1100 1200 4 5 6 7    |
+---------------------+---------------------+---------------------+
|1300 1400 8 9 10 11  |1500 1600 8 9 10 11  |1700 1800 8 9 10 11  |
+---------------------+---------------------+---------------------+

+---------------------+---------------------+---------------------+
|1900 2000 12 13 14 15|2100 2200 12 13 14 15|2300 2400 12 13 14 15|
+---------------------+---------------------+---------------------+
|2500 2600 16 17 18 19|2700 2800 16 17 18 19|2900 3000 16 17 18 19|
+---------------------+---------------------+---------------------+
|3100 3200 20 21 22 23|3300 3400 20 21 22 23|3500 3600 20 21 22 23|
+---------------------+---------------------+---------------------+

   (100*1+i.2 3 3 4) ((<@,)"2 1) i.2 3 4
+-------------------+-------------------+-------------------+
|100  200  300  400 |1300 1400 1500 1600|2500 2600 2700 2800|
|500  600  700  800 |1700 1800 1900 2000|2900 3000 3100 3200|
|900 1000 1100 1200 |2100 2200 2300 2400|3300 3400 3500 3600|
|  0    1    2    3 |   4    5    6    7|   8    9   10   11|
+-------------------+-------------------+-------------------+
|3700 3800 3900 4000|4900 5000 5100 5200|6100 6200 6300 6400|
|4100 4200 4300 4400|5300 5400 5500 5600|6500 6600 6700 6800|
|4500 4600 4700 4800|5700 5800 5900 6000|6900 7000 7100 7200|
|  12   13   14   15|  16   17   18   19|  20   21   22   23|
+-------------------+-------------------+-------------------+

   (100*1+i.2 3 1 4 3) ((<@,)"3 2) i.2 1 2
+--------------+--------------+--------------+
| 100  200  300|1300 1400 1500|2500 2600 2700|
| 400  500  600|1600 1700 1800|2800 2900 3000|
| 700  800  900|1900 2000 2100|3100 3200 3300|
|1000 1100 1200|2200 2300 2400|3400 3500 3600|
|              |              |              |
|   0    1    0|   0    1    0|   0    1    0|
|   0    0    0|   0    0    0|   0    0    0|
|   0    0    0|   0    0    0|   0    0    0|
|   0    0    0|   0    0    0|   0    0    0|
+--------------+--------------+--------------+
|3700 3800 3900|4900 5000 5100|6100 6200 6300|
|4000 4100 4200|5200 5300 5400|6400 6500 6600|
|4300 4400 4500|5500 5600 5700|6700 6800 6900|
|4600 4700 4800|5800 5900 6000|7000 7100 7200|
|              |              |              |
|   2    3    0|   2    3    0|   2    3    0|
|   0    0    0|   0    0    0|   0    0    0|
|   0    0    0|   0    0    0|   0    0    0|
|   0    0    0|   0    0    0|   0    0    0|
+--------------+--------------+--------------+


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to