![]() |
|
Terse Schroeder & Abel function code - 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: Terse Schroeder & Abel function code (/showthread.php?tid=1650) |
Terse Schroeder & Abel function code - Daniel - 10/02/2022 The following provides the Schroeder and Abel functions in Mathematica using the support for solving recursive equations and Bell polynomials. The code takes about a hour to run for the first ten derivatives. Code: order=10; RE: Terse Schroeder & Abel function code - Daniel - 10/16/2022 The Pari/GP code for Bell polynomials is Code: Bell(k,n=-1)=So to Mathematica code at the beginning of this thread can be migrated to Pari/GP. |