bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rank Operator inconsistency


From: Christian Robert
Subject: Rank Operator inconsistency
Date: Wed, 8 Jul 2020 20:14:39 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

      ⍴ {6⍴1⊢⍵}⍤1 ⊢  0 6 ⍴0
0 6
      ⍴ {6⍴1⊢⍵}⍤1 ⊢  1 6 ⍴0
6
      ⍴ {6⍴1⊢⍵}⍤1 ⊢  2 6 ⍴0
2 6
      ⍴ {6⍴1⊢⍵}⍤1 ⊢  3 6 ⍴0
3 6
      ⍴ {6⍴1⊢⍵}⍤1 ⊢  4 6 ⍴0
4 6


There is an inconsistency when "Dieresis Jot" is called with an (1 x n) matrix.
In this special case it does as if it was called with a vector rather than with 
a matrix !


Xtian.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]