Equation solver project
Posted
by
Victor Barbu
on Programmers
See other posts from Programmers
or by Victor Barbu
Published on 2012-09-15T20:32:11Z
Indexed on
2012/09/16
15:50 UTC
Read the original article
Hit count: 318
math
|numerical-equations
I would like to start a project destinated to students. My application has to solve any kind of equation, passed by the user as a string, exactly like in Matlab solve
function.
How shluld I do this? What programming language is the best for this purpose? Thanks in advance.
P.S This is a screenshot made in Matlab. This is how I would like the user to insert and receive the answer:
Another example:
© Programmers or respective owner