Tagged Questions

2
votes
1answer
46 views

Open source language/library/representation format that allows treating numeric formulas as objects?

I'm looking for a way to store a series of formulas/equations as text (so they are easily diff-able). Later formulas depend on the results of earlier ones. I should be able to evaluate the formulas ...
2
votes
7answers
373 views

Java: Is there a tool available that can allow me input, store, and evaluate math formulas?

Even something very rudimentary is fine. Like entering and evaluating something like x+1, where x is a variable I get to specify. I was thinking of writing my own using Strings for each formula, ...
1
vote
2answers
470 views

Is there a library for Visual C++ that renders math formulas?

I've been looking all over, but I can't find anything free that will let me simply display math formulas on a window. I found one for Visual C++.net, but no APIs. Are there any out there?
1
vote
1answer
248 views

Parsing to RPN two equations give same notation but have different answers

I've wrote a parser in PHP that converts a string representation of an equation to RPN based on feedback from an earlier question. Whilst testing it I found two different equations that parse to the ...
0
votes
0answers
38 views

What type of neural network supports fast end formulas join?

So we have pairs of data for learning A and B. I want such NN thats end formulas calculated for data set A and calculated for dataset B would be esely joinable giving results as if NN was trained on ...