Tetration Forum
GitHub repo for Mathematica packlet FractionalIteration - 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: GitHub repo for Mathematica packlet FractionalIteration (/showthread.php?tid=1629)



GitHub repo for Mathematica packlet FractionalIteration - Daniel - 08/26/2022

I've created a GitHub repository for my new Mathematica packlet FractionalIteration. If you work with Mathematica feel free to review my work or add your own version! First I need to convert my old package to a paclet, a series of directories and files to automatically load the system, including documentation, into Mathematica.


RE: GitHub repo for Mathematica packlet FractionalIteration - bo198214 - 08/26/2022

(08/26/2022, 07:53 AM)Daniel Wrote: I've created a GitHub repository for my new Mathematica packlet FractionalIteration. If you work with Mathematica feel free to review my work or add your own version! First I need to convert my old package to a paclet, a series of directories and files to automatically load the system, including documentation, into Mathematica.

But it is still empty?


RE: GitHub repo for Mathematica packlet FractionalIteration - Daniel - 08/26/2022

(08/26/2022, 03:10 PM)bo198214 Wrote:
(08/26/2022, 07:53 AM)Daniel Wrote: I've created a GitHub repository for my new Mathematica packlet FractionalIteration. If you work with Mathematica feel free to review my work or add your own version! First I need to convert my old package to a paclet, a series of directories and files to automatically load the system, including documentation, into Mathematica.

But it is still empty?

Oops, using a new tool and my git is rusty. Should be good now. Unfortunately Mathematica seems to have a subtle change from twenty years ago, so the code now runs differently. So no need to download anything before I get things cleaned up.