A solution to xx = 1000 by finding a fixed point of x log(1000)/log(x).
Category: Fixed Point
Golden Ratio by Fixed Point of a Function
The golden ratio is a fixed point of the transformation x 1 + 1/x. The code below uses this to compute it.
A solution to xx = 1000 by finding a fixed point of x log(1000)/log(x).
The golden ratio is a fixed point of the transformation x 1 + 1/x. The code below uses this to compute it.