Dyalog / APLCourse

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

Outer-product.md -> Back to school -> AddTable - wrong formula #17

Closed ktprezes closed 1 year ago

ktprezes commented 2 years ago

Hello

in the file: 
    https://github.com/Dyalog/APLCourse/blob/master/docs/Outer-product.md
to meet the example provided, the 'AddTable' function should be:
    AddTable ← {∘.+⍨¯1+⍳⍵+1}
instead of 
    AddTable ← {∘.+⍨¯1+⍳⍵}
as in the sample solution

best regards
T.Kurpiel
rikedyp commented 1 year ago

fixed in latest revision