I discovered a formula a few hours ago for producing fractal results on a graph: take x and y, and run the formula x = y(x(1-x)) until it stabilises out between a few numbers (it goes mad when y = 4) and then if you plot a graph of the final result of x and the value of y it makes a fractal.
I spent ages trying to write a Visual Basic 2008 function to get a final result for x, but failed. That's all I want to do - take a value x and y, run the formula till I get the same result twice, then stop and return a new number. Can anyone help me?
I spent ages trying to write a Visual Basic 2008 function to get a final result for x, but failed. That's all I want to do - take a value x and y, run the formula till I get the same result twice, then stop and return a new number. Can anyone help me?