Are There Any Free Differentiation Programmes Available Online?

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Derivation
AI Thread Summary
Several free online resources for differentiation and integration are available. The Wolfram Integrals site offers tools for both integration and differentiation, where users can input functions to obtain derivatives. For example, entering "D[Exp[y^2],y]" yields the derivative "2 y Exp[y^2] x". Other useful platforms include Maxima, which provides a comprehensive set of features for calculus, and Calc101, which covers integrals, derivatives, polynomial division, and partial fractions, along with tutorials. Additionally, WIMS offers various mathematical tools, including differentiation capabilities. These resources are accessible for anyone looking to perform calculus operations online or through downloadable programs.
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:
Computer science news on Phys.org
maxima
 
www.calc101.com has integrals, derivative, polynomial division, partial fractions, graphs and many other things, including tutorials on how to do them.
 
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].
 
Everyone comes equiped with one... It is sitting on your shoulders.
 
Maxima

leon1127 said:
maxima

Ditto.
 
Back
Top