The super 0th root and a new rule of tetration?
#5
We must notice that

lim h->infinity a^^(1/h) = 1
and
lim h->infinity super 1/h-th root of a = infinity,
but
lim h->infinity super 1/h-th root of a^^(1/h) = a
So for the most of non-trivial functions it gives interesting results.
Yes, as you said lim->infinity log( f(x+1/h) )/log( f(x) ) approaches to 1, but the whole result by the super root will not approach to only 1 or only infinity.
The remaining question is that: How can we calculate lim h->infinity super 1/h-th root of f(x,h)?

Update:
I have an interesting formula for super roots like this:
super Nth root of A = (A^(1/(x^^(N-1))))^oInfinity
So we are looking for the fixed point of the formula above. It also shows that:
super 1st root of A = A
and
lim h->0 super h-th root of A = infinity

Update:
I have a code, too for Super Zeroth RooT of a number (h->infinity):
Code:
szrt(a,h)={
x=a;
for(i=0,h,sexpinit(x);x=sexp(1/h-1);x=a^(1/x));
return(x);
}
But somewhy, fatou.gp does not work at this point.
Could anyone give me an advice how have it worked?
Thank you.
Xorter Unizo
Reply


Messages In This Thread
RE: The super 0th root and a new rule of tetration? - by Xorter - 11/29/2017, 11:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  self penta root and infinite hexation Alex Zuma 2025 0 4,116 08/30/2025, 10:07 PM
Last Post: Alex Zuma 2025
  [MSE][NT][MOD][Tetration] tetration primitive root mod p tommy1729 1 3,014 04/03/2023, 06:50 PM
Last Post: tommy1729
  [MSE]root expressions and sine tommy1729 2 3,262 03/03/2023, 05:52 PM
Last Post: tommy1729
  [NT] primitive root conjecture tommy1729 0 2,672 09/02/2022, 12:32 PM
Last Post: tommy1729
Question Functional Square Root Catullus 24 28,604 07/01/2022, 09:17 PM
Last Post: tommy1729
  Is bugs or features for fatou.gp super-logarithm? Ember Edison 10 32,132 08/07/2019, 02:44 AM
Last Post: Ember Edison
  Can we get the holomorphic super-root and super-logarithm function? Ember Edison 10 34,354 06/10/2019, 04:29 AM
Last Post: Ember Edison
  Inverse super-composition Xorter 11 41,521 05/26/2018, 12:00 AM
Last Post: Xorter
  Solving tetration using differintegrals and super-roots JmsNxn 0 6,498 08/22/2016, 10:07 PM
Last Post: JmsNxn
  Cellular auto : rule 30 number ? tommy1729 0 5,232 08/03/2016, 08:31 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)