Inner Product: Difference between revisions

Jump to navigation Jump to search
10 bytes removed ,  11:37, 26 January 2022
Line 87: Line 87:
When the inner product notation was linearised (made to fit on a single line of code) the [[glyph]] <source lang=apl inline>.</source> was chosed to denote what was previously indicated by positioning the two [[operand]]s vertically aligned. Thus, the above correspond to the following modern APL:
When the inner product notation was linearised (made to fit on a single line of code) the [[glyph]] <source lang=apl inline>.</source> was chosed to denote what was previously indicated by positioning the two [[operand]]s vertically aligned. Thus, the above correspond to the following modern APL:
<source lang=apl>
<source lang=apl>
</source>
⍝ For example, if
⍝ For example, if
       A←3 4⍴1 3 2 0 2 1 0 1 4 0 0 2
       A←3 4⍴1 3 2 0 2 1 0 1 4 0 0 2

Navigation menu