renatoerp Posted December 22, 2007 Posted December 22, 2007 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.
timo Posted January 24, 2008 Posted January 24, 2008 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.
1veedo Posted January 27, 2008 Posted January 27, 2008 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).
Cap'n Refsmmat Posted January 27, 2008 Posted January 27, 2008 Depends on the equation they input. If it's something that requires the quotient rule or something nasty like that it might be a bit difficult.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now