MDAPL icon indicating copy to clipboard operation
MDAPL copied to clipboard

Add more details on dyadic transpose

Open rodrigogiraoserrao opened this issue 2 years ago • 0 comments

The chapter “Working on Data Shape” has a very short introduction about dyadic transpose and then goes into some more detail in the specialist's section.

However, neither of the sections about dyadic transpose shows explicitly how the left argument of dyadic transpose can be used to predict the shape of the result. That is, in no place is this explicitly stated:

shape ← ⍴array
(⍴la⍉array)≡shape[la⍳⍳≢la]

Showing this in code/words could potentially help clarify how dyadic transpose works.

rodrigogiraoserrao avatar Nov 20 '21 08:11 rodrigogiraoserrao