From: Eduardo O. <edu...@gm...> - 2023-08-25 05:58:45
|
On Fri, 25 Aug 2023 at 00:49, Robert Dodier <rob...@gm...> wrote: > Hi Eduardo, > > A web search for "Mathematical Assistant on the web" brings up a home page, > http://user.mendelu.cz/tihlarik/maw/ > > and also a project page, > https://sourceforge.net/projects/mathassistant/ > > The home page is live, but it appears some of the back end stuff isn't > working anymore. > > You can download the source code from the project page. If you try > running the code yourself, maybe you can post a message about what you > find out. > > Hope this helps, > > Robert > Hi Robert, Thanks! I found this before your e-mail, https://robert-marik.github.io/wiki https://github.com/robert-marik https://github.com/robert-marik/maw-html https://github.com/robert-marik/maw-html/issues/1 where the last link points to a question that I sent to the author, and that he answered... the Maxima code is not in maw-html, though. To download it we have to go to this link that you sent, https://sourceforge.net/projects/mathassistant/ and click on the "Download" button. It downloads a shell script that runs this, hg clone http://mathassistant.hg.sourceforge.net:8000/hgroot/mathassistant/maw hg clone http://mathassistant.hg.sourceforge.net:8000/hgroot/mathassistant/maw-html unzips a zip file, and does a few other (mostly) trivial things. The code that solves integrals in several steps is in this file, maw/integral/matchint.mac and I'll see if I can make it work from a Maxima REPL... Cheers =), Eduardo |