Tagged Questions

4
votes
4answers
192 views

Equations Equality test (in C++ or with Unix tools) (algebra functions isomorphism)

I am looking for C++ open-source library (or just open-source Unix tool) to do: Equality test on Equations . Equations can be build during runtime as AST Trees, string or other format. Equations ...
3
votes
1answer
177 views

Symbolic Math Library in C/C++/Obj-C

I am trying to implement a graphing calculator on the iPhone. I am looking for a library that can take strings of expressions or functions and let me manipulate them (find derivatives, intercepts, ...
1
vote
2answers
56 views

Looking for software suite to perform partial evaluation to reduce constants

We have need in our product to do partial evaluation to simplify expressions that contain both variables and constants. Goal is to combine terms algebraically to reduce the constants whenever ...