Tetration Forum

Full Version: Expansion of base-e pentation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have been revamping the functions I use for tetration, and I recently solved all the mumbo-jumbo to use tetration as the function in the NaturalIterate function. So now you can do:

Code:
<<Tetration`
NaturalIterate[Series[Tetrate[E, x], {x, 0, 3}], z]

I'm still working on doing this for other bases, but this is enough to get an expansion of pentation about zero.

What follows below is InverseSeries[...] of the output from above. In other words, the above gives the coefficients of the base-e penta-logarithm about (0), and the following gives the coefficients of the base-e penta-exponential about (-1).
Code:
0,
0.997386001614238200000,
-0.044854069033065140000,
0.008127184531878105000,
0.045268576293608810000,
-0.009169795166599723000,
0.000529626080101428000,
0.003682350459440369500,
-0.001300714479652927000,
0.000136554270543782140,
0.000349632018705509600,
-0.000212903018660854500,
0.000030850789704285015,
0.000053653522961255240,
-0.000028243223065159680,
-0.000003800898968414997,
0.000000972449120890964,
0.000005775482651540000,
0.000010790317715530437,
-0.000029357772002764790,
0.000020775705975594905

So, what I'm wondering is, how do I turn this into an expansion about 3i?
Oh wow you did Intuitive iteration on the intuitive iteration of exp?
(10/24/2009 10:13 AM)bo198214 Wrote: [ -> ]Oh wow you did Intuitive iteration on the intuitive iteration of exp?

Yes, It was quite a nightmare. Smile
I downloaded and open "tetration-0.8.zip" but I this compression doesn't have any file after folder "tetration"!??
Sorry, try again.

PS. You might have to rewrite the 'PackageFile' function.
I don't get run for errors (invalid characters) using matlab r2009a. but this matlab doesn't have "PackageFile" function.
do you fix? if not then I ask if you convert this file from matlab to mathematica 7?
please. Wink
(10/25/2009 12:14 PM)nuninho1980 Wrote: [ -> ]I don't get run for errors (invalid characters) using matlab r2009a. but this matlab doesn't have "PackageFile" function.
do you fix? if not then I ask if you convert this file from matlab to mathematica 7?
please. Wink
This is a Mathematica package, it will not work in matlab...

I'm not talking about a system function, I'm talking about one of my functions. In the file Tetration/Tetration.m there is a function called 'PackageFile' that imports files based on an absolute path. Depending on where you install it, you will probably have to change this to suit your installation.
thanks! but the height of tetration is integer only?
(10/29/2009 10:18 PM)nuninho1980 Wrote: [ -> ]thanks! but the height of tetration is integer only?
Nope, it works for complex values, but only for base E. I'm still working on making it easier to use other bases.
Reference URL's