Add more details on dyadic transpose
Open
enhancement
- Dominant language
- Python
- Stars
- 46
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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:
```APL
shape ← ⍴array
(⍴la⍉array)≡shape[la⍳⍳≢la]
```
Showing this in code/words could potentially help clarify how dyadic transpose works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.