https://aplwiki.com/wiki/Chinese_Terminology
== Translations ==
This list is incomplete. Please [|action=edit}} edit] this page to contribute. The primary English term is the corresponding article name (which should be linked) if an article exists. Use the [[|Discussion]] page to remark about translations you disagree with, or to provide suggestions for otherwise improving this page. When a translation has historical or external precedent, please add a reference to that.
In the below, 单 refers to 单参数 ([[monadic]] usage) and 双 refers to 双参数 ([[dyadic]] usage).
{| class=”wikitable”
|-
! Primary term !! Description !! Translation !! Sample Code !! Explanation
|-
| [[Index Generator]] || Monadic ⍳</source> 单 || 数列 || ⍳6</source> || 数列6
|-
| [[Index of]] || Dyadic ⍳</source> 双 || 位置 || ‘abcd’ ⍳ ‘ac’</source> || ‘abcd’ 位置 ‘ac’
|-
| [[Shape]] || Monadic ⍴</source> 单 || 形状 || ⍴⍳6</source> || 形状 数列6
|-
| [[Reshape]] || Dyadic ⍴</source> 双 || 重塑 || 3 2 ⍴ ⍳6</source> || 3 2 重塑 数列6
|-
| [[Split]] || Monadic ↓</source> 单 || 拆分 || ↓3 2⍴⍳6</source> || 拆分 3 2 重塑 数列6
|-
| [[Drop]] || Dyadic ↓</source> 双 || 去头 || 2↓⍳6</source> || 2 去头 数列6
|-
| || Monadic ←</source> 单 || 置为 || R←⍳6</source> || R 置为 数列6
|-
| || Monadic +</source> 单 || 共轭 || + 1.2 0j4 ¯5j¯6</source> || 共轭 1.2 0j4 ¯5j¯6
|-
| || Dyadic +</source> 双 || 相加 || 1 2 3 + 10</source> || 1 2 3 相加 10
|-
| || Monadic /</source> 单 || 归约 || 2 +/ 1 2 3</source> || 2 相加 归约 1 2 3
|-
| || Dyadic /</source> 双 || 复刻 || 1 0 1 / ‘你好啊’</source> || 1 0 1 复刻 ‘你好啊’
|-
| || Monadic ×</source> 单 || 朝向 || ×3 0 ¯5</source> || 朝向 3 0 ¯5
|-
| || Dyadic ×</source> 双 || 相乘 || 2 ¯3 4.5 × ¯3 ¯4 2</source> || 2 ¯3 4.5 相乘 ¯3 ¯4 2
|-
| || Dyadic ∘.</source> 双 || 两两 || R∘.×R</source> || R 两两 相乘 R
|-
| || Monadic ∊</source> 单 || 列出 || ∊ 2 3 ⍴ 1 2</source> || 列出 2 3 重塑 1 2
|-
| || Dyadic ∊</source> 双 || 属于 || ‘没啥’ 4 ∊ 4 ‘没’ ‘没啥啊’</source> || ‘没啥’ 4 属于 4 ‘没’ ‘没啥啊’
|-
| || Monadic ~</source> 单 || 取反 || ~ 0 1 0 0</source> || 取反 0 1 0 0
|-
| || Dyadic ~</source> 双 || 剔除 || 3 1 4 1 5 ~ 5 1</source> || 3 1 4 1 5 剔除 5 1
|}
[[Category:Lists]]