Are There Any Free Differentiation Programmes Available Online?

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Derivation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 5K views
kasse
Messages
383
Reaction score
1
Do you know of any free differentiation programme, online or for downloading?

For integration I've found this one: http://integrals.wolfram.com/index.jsp
 
Last edited:
Physics news on Phys.org
kasse said:
Do you know of any free differentiation programme, online or for downloading?

For integration I've found this one: http://integrals.wolfram.com/index.jsp
You can actually use this one for differentiating. Type D[f,y] into the box, where f is the function you want to differentiate with respect to y. You'll get the answer multiplied by x.

Example: D[Exp[y^2],y] -> 2 y Exp[y^2] x, so the derivative is 2 y Exp[y^2].