Jump to content

Recommended Posts

Posted

How can I apply derivation in computer???

 

I need to build an algorithm to do this.

 

There is a default method to derivation, but I dont know.

  • 1 month later...
Posted

Symbolically or numerically? Numerically, the simplemost implementation is [math] f'(x) = (f(x+dx) - f(x))/dx [/math] with a relatively small variable/constant dx.

Posted

Have the user input an equation and parse it. The calculus part would be the easiest the hard part would be simplifying it (eg algebra).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.