finding Derivatives.

Previous topic - Next topic

ByteByter

Does anybody know a way of doing this with a non simplified string expression?
For example the string "((x+5)*(x+5))" would simplify to "x^2+10x+25" which would derive to "2X+10"
I'm doing this in Java, which is why it is the off topic forum. However any code glbasic or otherwise, that works, is acceptable to me.

Kitty Hello