J701

  (>1 0 1; 1 1 0; 0 1 1 ) ;"_ 1 > 1 2 3;4 5 6

+-----+-----+

|1 0 1|1 2 3|

|1 1 0|     |

|0 1 1|     |

+-----+-----+

|1 0 1|4 5 6|

|1 1 0|     |

|0 1 1|     |

+-----+-----+



J903


  (>1 0 1; 1 1 0; 0 1 1 ) ;"_ 1 > 1 2 3;4 5 6

+-----+-----+

|1 0 1|1 2 3|

|1 1 0|     |

|0 1 1|     |

+-----+-----+

|1 0 1|4 5 6|

|1 1 0|     |

|0 1 1|     |

+-----+-----+


On 22 Oct 2022, at 17:07, June Kim (김창준) <[email protected]> wrote:

Hello

I have been sticking with J805 for years. Today, I experimentally tried
J903 and found a significant difference.

j805:

(>1 0 1; 1 1 0; 0 1 1 ) #"_ 1 > 1 2 3;4 5 6

|length error

| (>1 0 1;1 1 0;0 1 1) #"_ 1>1 2 3;4 5 6

j903:

(>1 0 1; 1 1 0; 0 1 1 ) #"_ 1 > 1 2 3;4 5 6

1 3

1 2

2 3


4 6

4 5

5 6


Why such a difference?


June
----------------------------------------------------------------------
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