Search results

  1. N

    Differentiation or Indefinite Integration in PHP, Javascript, or C#?

    Hello All, I think my question is rather simple, but I don't seem to be finding answers. What I want t do is to be able to differentiate or integrate dynamically given an equation. For example: diff((x^2)/(15*x^4-32*x^5),x) Would Return: 20*(8*x^4 - 3*x^3)*x^2/(32*x^5 - 15*x^4)^2 -...
Back
Top