[sympy] Using SymEngine in SymPy

2016-04-27 Thread Isuru Fernando
Hi, Now that SymEngine has enough methods ported from sympy.core, it can be used in other parts of sympy. For example, I've been adding methods to symengine.py to mirror the SymPy API so that

Re: [sympy] Modelica Compiler with Sympy Model Output

2016-04-27 Thread Denis Akhiyarov
I have mentioned pymola here before and was impressed with your work at that point: https://groups.google.com/d/msg/sympy/omYuHN68-_U/nRJds-55BQAJ My reading at that time showed that FMI is very closely related to Modelica. But I learned about some limitations - poor support for PDEs in both

Re: [sympy] Modelica Compiler with Sympy Model Output

2016-04-27 Thread James Goppert
Modelica is just a language. Some Modelica compilers do provide analytical jacobians of models, such as OpenModelica, but at this point, I'm using sympy to do that for me. On Tuesday, April 26, 2016 at 11:24:52 PM UTC-4, Jason Moore wrote: > > > The use case for generating the sympy model from