Last active
April 1, 2023 12:37
-
-
Save shashi/9ad9de91d1aa12f006c4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few of these aren't correct.
First, the symbol in APL is
⍳
, notι
.Second, this would be an atop (
×∘
), which is not what you want: what you want is outer product.In APL (at least Dyalog APL), that's
∘.×
.