Hi,
I want to write an eqation solver script which should be able to solve simple equations like:
3x = 2x+2
The script should say: x=2
or
14x-5 = -5+x
The script should say x=0
How can I do that? Are there maybe any other scripts in the internet that be downloaded (with source)?
Thanks,
firemouse2001