dik
Structural
- Apr 13, 2001
- 26,056
Multiplying Arrays
Is there a simple method of multiplying arrays?
I have 2 groups of data that I want to multiply and manipulate.
A1 B1
A2 B2
A3 B3
...
An Bn
I've tried declaring A1 and B1 as named variables and I've tried declaring A1:An and B1:Bn also as named variables. Is there a simple manner of multiplying and summing the results? Can this be extended to m x n arrays?
Dik
Is there a simple method of multiplying arrays?
I have 2 groups of data that I want to multiply and manipulate.
A1 B1
A2 B2
A3 B3
...
An Bn
I've tried declaring A1 and B1 as named variables and I've tried declaring A1:An and B1:Bn also as named variables. Is there a simple manner of multiplying and summing the results? Can this be extended to m x n arrays?
Dik