Let us define analytic or function like this way:
Now, here is for instance two functions:
f(x) = x^x = x^^2;
g(x) = x or x^x;
The equation:
f(x) = g(x)
What is the solution set?
Thanks!
Code:
x or y = lim(h->infinity) bitor(floor(x*2^h),floor(y*2^h))/2^h;
Now, here is for instance two functions:
f(x) = x^x = x^^2;
g(x) = x or x^x;
The equation:
f(x) = g(x)
What is the solution set?
Thanks!
Xorter Unizo