Re: [sage-support] Re: Possible problem with our interfaces to maxima

2024-09-01 Thread Emmanuel Charpentier
Ticket filed . This boils down to *“upgrade to Maxima 5.47.0”*. HTH, ​ Le dimanche 25 août 2024 à 11:49:43 UTC+2, jan.gro...@gmail.com a écrit : > Hi > > Debian Stable's maxima 46 also shows the error: > > 0 jan@jan-latitude:~$dpkg -l maxima|grep

Re: [sage-support] Re: Possible problem with our interfaces to maxima

2024-08-25 Thread Jan Groenewald
Hi Debian Stable's maxima 46 also shows the error: 0 jan@jan-latitude:~$dpkg -l maxima|grep ii ii maxima 5.46.0-11amd64Computer algebra system -- base system 0 jan@jan-latitude:~$maxima -q wrote: > > > On 25 August 2024 09:52:20 BST, Emmanuel Charpentier < > emanuel.charpent

Re: [sage-support] Re: Possible problem with our interfaces to maxima

2024-08-25 Thread Dima Pasechnik
On 25 August 2024 09:52:20 BST, Emmanuel Charpentier wrote: > > >*Correction :* > > - /usr/bin/maxima, the “standalone” version of maxima provided by Debian > testing, runs without error : > >(%i3) t:taylor(g, x4, 0, 8)$ (%i4) > > - /usr/local/sage-10/local/bin/maxima, “our” versi

[sage-support] Re: Possible problem with our interfaces to maxima

2024-08-25 Thread Emmanuel Charpentier
*Correction :* - /usr/bin/maxima, the “standalone” version of maxima provided by Debian testing, runs without error : (%i3) t:taylor(g, x4, 0, 8)$ (%i4) - /usr/local/sage-10/local/bin/maxima, “our” version of Maxima, fails to compute the Taylor series : (%i4) t:taylor(g,

[sage-support] Re: Possible problem with our interfaces to maxima

2024-08-22 Thread Nils Bruin
By the looks of it, the place of failure is the same in both cases. In the case of using maxima_lib, the maxima error generation doesn't quite work though: as you can see, a condition RAT-ERR is not defined. That means there is code that "throws" the condition, assuming there's a "catch" set up