Re: [fricas-devel] FormatMathematica

2025-07-01 Thread Dima Pasechnik
On Mon, Jun 30, 2025 at 1:34 PM Grégory Vanuxem wrote: > > Hi, > > They are working on this. On your side. sympy -> Mathlink. > > > > > Le sam. 15 mars 2025 à 18:33, Dima Pasechnik a écrit : > > > > On 15 March 2025 07:32:08 GMT-05:00, Qian Yun wrote: > > >Hi Dima, > > > > > >About the FriCAS-Sa

Re: [fricas-devel] FormatMathematica

2025-06-30 Thread Grégory Vanuxem
hello, Le mar. 1 juil. 2025 à 04:17, Dima Pasechnik a écrit : > > On Mon, Jun 30, 2025 at 1:34 PM Grégory Vanuxem wrote: > > > > Hi, > > > > They are working on this. On your side. sympy -> Mathlink. > > Could you provide more details on this? I can't seem to find much on > this. Thanks. Oh, so

Re: [fricas-devel] FormatMathematica

2025-06-30 Thread Dima Pasechnik
On Mon, Jun 30, 2025 at 1:34 PM Grégory Vanuxem wrote: > > Hi, > > They are working on this. On your side. sympy -> Mathlink. Could you provide more details on this? I can't seem to find much on this. Thanks. > > > > > Le sam. 15 mars 2025 à 18:33, Dima Pasechnik a écrit : > > > > On 15 March 20

Re: [fricas-devel] FormatMathematica

2025-06-30 Thread Grégory Vanuxem
Hi, They are working on this. On your side. sympy -> Mathlink. Le sam. 15 mars 2025 à 18:33, Dima Pasechnik a écrit : > > On 15 March 2025 07:32:08 GMT-05:00, Qian Yun wrote: > >Hi Dima, > > > >About the FriCAS-SageMath interface, and about making > >FriCAS a standard package in SageMath, co

Re: [fricas-devel] FormatMathematica

2025-06-09 Thread Grégory Vanuxem
Le lun. 9 juin 2025, 06:45, Grégory Vanuxem a écrit : > Hello Ralf, > > I have not seen this discussion, but I you have Mathamatica or a > WolframKernel jlFricas can easily do this using of course Julia and the > MathLink.jl package: > > In the Julia promp: > ] > add MathLink > > Your Mathematica

Re: [fricas-devel] FormatMathematica

2025-06-08 Thread Grégory Vanuxem
Hello Ralf, I have not seen this discussion, but I you have Mathamatica or a WolframKernel jlFricas can easily do this using of course Julia and the MathLink.jl package: In the Julia promp: ] add MathLink Your Mathematica installation will be used, see https://github.com/JuliaInterop/MathLink.jl

Re: [fricas-devel] FormatMathematica

2025-03-15 Thread Qian Yun
Hi Dima, About the FriCAS-SageMath interface, and about making FriCAS a standard package in SageMath, could you open a meta bug in GitHub to track the progress? I guess a better interface (C-based or socket-based, more robust and performant than current text-based) is needed. And SageMath needs

Re: [fricas-devel] FormatMathematica

2025-03-15 Thread Dima Pasechnik
On 15 March 2025 07:32:08 GMT-05:00, Qian Yun wrote: >Hi Dima, > >About the FriCAS-SageMath interface, and about making >FriCAS a standard package in SageMath, could you open >a meta bug in GitHub to track the progress? > >I guess a better interface (C-based or socket-based, >more robust and perfo

Re: [fricas-devel] FormatMathematica

2025-03-15 Thread Waldek Hebisch
On Sat, Mar 15, 2025 at 08:32:08PM +0800, Qian Yun wrote: > > One of the FriCAS development goals is: > "make it easier for external programs to interface with FriCAS" > > Do you think communication via socket is a good idea, > or "SBCL as a shared library" is better, > or is there a third way?

Re: [fricas-devel] FormatMathematica

2025-03-15 Thread Dima Pasechnik
On 14 March 2025 10:24:03 GMT-05:00, Kurt Pagani wrote: >Hi Ralf > >Das ist "cool". Da ich das Gegenstück dazu habe > >https://github.com/nilqed/spadlib/tree/master/mmaparse > >können die "MMA Fans" (ich bin keiner ;-) FriCAS auch benutzen :) > >Ich wollte den Parser einmal für Rubi->Fricas be

Re: [fricas-devel] FormatMathematica

2025-03-15 Thread 'Ralf Hemmecke' via FriCAS - computer algebra system
Hi Dima, On 3/14/25 17:34, Dima Pasechnik wrote: There is also a way to interface Fricas with MMAs via SageMath, which has interfaces to Maple, Matlab, Magma, and Mathematica. Yes, I heard, but had no reason to use it up to 1) Do you have some examples for a back and forth work between FriCAS

Re: [fricas-devel] FormatMathematica

2025-03-14 Thread Dima Pasechnik
By the way, if you have a student (undergrad or postgrad) who's eligible for GSoC, and is willing to work on improving FriCAS interface with Sage/Python, please urge them to apply for GSoC with Sage. We were thinking about e.g. building a loadable, into Python, or C, FriCAS module, based on libsbcl

Re: [fricas-devel] FormatMathematica

2025-03-14 Thread Kurt Pagani
Ouch, sorry for writing in German ... was not my intention to answer@all :( >> There is also a way to interface Fricas with MMAs via SageMath, which has interfaces to Maple, Matlab, Magma, and Mathematica. Yes, I know and that's why it wasn't worthwhile to follow up this Rubi affair. I thought

Re: [fricas-devel] FormatMathematica

2025-03-14 Thread Dima Pasechnik
On Fri, Mar 14, 2025 at 11:45 AM 'Ralf Hemmecke' via FriCAS - computer algebra system wrote: > > Hi Dima, > > On 3/14/25 17:34, Dima Pasechnik wrote: > > There is also a way to interface Fricas with MMAs via SageMath, > > which has interfaces to Maple, Matlab, Magma, and Mathematica. > Yes, I hear

Re: [fricas-devel] FormatMathematica

2025-03-14 Thread Kurt Pagani
Hi Ralf Das ist "cool". Da ich das Gegenstück dazu habe https://github.com/nilqed/spadlib/tree/master/mmaparse können die "MMA Fans" (ich bin keiner ;-) FriCAS auch benutzen :) Ich wollte den Parser einmal für Rubi->Fricas benutzen, aber das war mir dann doch zuviel Arbeit, um all die MMA Funk