matrixMultiply

Brad Allen BradAllen at mac.com
Sat Sep 21 21:53:01 EDT 2002


At 4:44 PM -0700 9/21/02, Jeanne A. E. DeVoto wrote:
>Yes, that's correct. The matrixMultiply function performs a matrix
>multiplication; the * operator, if the two operands are matrixes, simply
>multiplies each element of one array by the correponding element in the
>second array.
>
>"If an array is multiplied by an array, both arrays must have the same
>number of elements and the same dimension, and each element in one array is
>multiplied by the corresponding element of the other array."

Oops, sorry. I didn't read closely enough.



More information about the use-livecode mailing list