Dyalog / APLCourse

Dyalog APL self-study course
https://course.dyalog.com
8 stars 3 forks source link

Table header is in body #27

Closed abrudz closed 1 year ago

abrudz commented 1 year ago

https://course.dyalog.com/basic-syntax-and-arithmetic/#the-index-generator has

|  |  |
|--|--|
|**Traditional Mathematical Notation (TMN)** | **APL** |
| $\sum_{n=1}^N n$ | `+/⍳N`

instead of

| Traditional Mathematical Notation (TMN) | APL |
|--|--|
| $\sum_{n=1}^N n$ | `+/⍳N`