All,
I am wondering whether it is possible to perform the following
is there ONE line of code taht can create something along these lines
array1(1,2,3,4)
array2(1,2,3,4)
is there one line of code that can create a 3rd array that contains the products of the components of the 1st two arrays?
array3(1,4,9,16)
if not, what is the fastest way to do this? is a loop the only way?
thanks
I am wondering whether it is possible to perform the following
is there ONE line of code taht can create something along these lines
array1(1,2,3,4)
array2(1,2,3,4)
is there one line of code that can create a 3rd array that contains the products of the components of the 1st two arrays?
array3(1,4,9,16)
if not, what is the fastest way to do this? is a loop the only way?
thanks