![]() |
|
Logical tetration equation - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Mathematical and General Discussion (https://tetrationforum.org/forumdisplay.php?fid=3) +--- Thread: Logical tetration equation (/showthread.php?tid=1186) |
Logical tetration equation - Xorter - 02/01/2018 Let us define analytic or function like this way: 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! |