@brett_knoss wrote:
d = .05 n = .01 g = .015 s = .3 k=6 yn( k, s, d, g,) = k-(d+n+g)*k + s*k^(1/3)
I have this function, and it calculates yn= 6.09514 . Now I would like to replace k with yn, and find a new yn, and repeat that 50 times.
Posts: 12
Participants: 3