Hi guys, I would like to use the following code to produce the result of an array using the power of 3. i.e 0, 1.7320, 3, 5.1961 with the power interval of (1/2)
I have come up with the following code but I have come across with runtime error 9 pointing me to the line a(i) = 3^I
Could someone please advise how I can modify the code to get the desired result without changing the original code?
Thank you in advance!!
I have come up with the following code but I have come across with runtime error 9 pointing me to the line a(i) = 3^I
Could someone please advise how I can modify the code to get the desired result without changing the original code?
Thank you in advance!!