Matrix multiplication: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: Slight reordering of functions)
Line 521:
0.00 0.00 1.00 0.00
0.00 0.00 0.00 1.00</lang>
 
By contrast, A×B is for element-by-element multiplication of arrays of the same shape, and if they are simple elements, this is ordinary multiplication.
 
=={{header|AutoHotkey}}==