Iterating a Numpy array through arithmetic functions
问题 In the code I have gotten from my previous issue: issue I could use iterations whilst modifying the a value of multiplication. I want to use the .prod function but with iterations of multiplication, division and addition. The calculations will go as follows, for the first calculation 10 + 10 *50/100 = 15 with the equation (Starting_val + Starting_val * Random_numb/100) . The first element in Random_numb is 50 and Starting_val is updated to the value of 15. So for the second calculations it