Hi Raymond, On Thu, May 7, 2015 at 12:10 PM, Raymond Gong <[email protected]> wrote: > Hey, this is the first time for me to be here, tried to search any examples > or comments or whatever information on usage of sympy in java project. > > Wonderying, anybody ever worked on the similar project? Any example can > share? It seems all examples in the documentation is using sympy live, > > Any help would be appreciated.
Is using the Java C interface an option for you? If so, you can then call Python from Java using it, and thus SymPy. Or one can wrap our C++ core SymEngine (https://github.com/sympy/symengine) directly in Java, but SymEngine has only the basic features, compared to SymPy. If you are interested in this, we can see how to get this working. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVBHBFvEh0%2BN9mCEW6DNEw69TvEtQGBjGTpJK7EZwURd1w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
