|
From: Dimiter P. <dim...@gm...> - 2018-07-05 17:57:47
|
Looks really good! Can you add a Maxima wrapper for toi-read-add-table? I would like to have it loaded with the maxima command so that it reads the default file path. :lisp (toi-read-add-table "C:/Dropbox/maxima/toi-integral-table.lisp") Is it possible to add definite integrals? For example the related to the Bessel functions? https://dlmf.nist.gov/10.32 best regards, Dimiter On Tue, Jul 3, 2018 at 1:28 PM, David Billinghurst <dbm...@gm...> wrote: > On 2018-07-02 23:01, Dimiter Prodanov wrote: > > Hi David , >> >> It will be great if you can post it somewhere. >> >> Dimiter >> > > My Table of Integrals code is available from > https://github.com/billingd/maxima-toi Strongly influenced by the TILU > code by Einwohner and Fateman, but with a much simpler hash function - > 'cause that stretched my Lisp-fu to the limit. > > * It is just a proof of concept and I haven't looked at since January > 2016. > * I have more code to prepare the table of integrals but I need to > tidy it up a bit > * I have also translated some of the TILU integrals but ditto > > D > > |