I have two array , Imaginary1 and Imaginary2 , each of length 512. I want to multiply each item of Imaginary1 to Imaginary2 and store it in third array Imaginary3.
So how I can do this?
I have an idea of tabwrite and tabread, but how to do manipulation at index level.
tabread Imaginary1 tabread Imaginary2
thanks.