views:

66

answers:

2

I'm looking for a symbolic math library for Java along the lines of sympy for Python. Does anyone know of anything? Thanks!

+2  A: 

Maybe JSCL is useful?

The goal of this project is to provide a java symbolic computing library with a mathematical editor front-end.

Thomas
+3  A: 

Why not use Sympy itself? Install Jython, and according to these people, Sympy should be callable without problems.

tucuxi