|
From: David B. <dbm...@gm...> - 2018-07-06 02:41:27
|
Thanks. I haven't looked at the code for a while. I put is aside in January 2016 when life got busy and ... I picked it up a few days ago. All of the features you mention should be possible. Not sure if/when it will happen. I think I discuss each of them in the README.md On 2018-07-06 03:57, Dimiter Prodanov wrote: > 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... > <mailto: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 > <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 > > |