C1_W3_Assignment 2.3-The Loop Exercise 4

Can anyone help me explain this error?
ValueError: operands could not be broadcast together with shapes (1,2) (2,5)

Try using np.dot() instead of the * operator.

Thanks, I solved the error.