multiply Elements
Multiplies the two arrays element by element. Arrays must have same length.
Return
the array containing ``a[i]*b[i]``
Parameters
b
the second array
Multiplies the two arrays element by element. Arrays must have same length.
the array containing ``a[i]*b[i]``
the second array