![]() |
|
Mathematica program for tetration based on the series with q-binomial coefficients - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Computation (https://tetrationforum.org/forumdisplay.php?fid=8) +--- Thread: Mathematica program for tetration based on the series with q-binomial coefficients (/showthread.php?tid=1143) |
Mathematica program for tetration based on the series with q-binomial coefficients - Vladimir Reshetnikov - 01/13/2017 A Mathematica program to compute tetration \( {^z a} \) for \( 1<a<e^{1/e} \) and \( \Re(z)>-2 \) based on the formula with q-binomial coefficients from http://mathoverflow.net/q/259278/9550. Increase Terms and/or WorkingPrecision option values to get more digits. Examples of values computed using this program are http://goo.gl/MLfEMC and http://goo.gl/LVRkk7. Code: ClearAll[Tetration]; |