GLBasic forum

Main forum => Off Topic => Topic started by: ByteByter on 2011-Oct-27

Title: finding Derivatives.
Post by: ByteByter on 2011-Oct-27
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.
Title: Re: finding Derivatives.
Post by: Kitty Hello on 2011-Oct-31
Maple?