Tagged Questions

3
votes
7answers
1k views

Derivative Calculator

I'm interested in building a derivative calculator. I've racked my brains over solving the problem, but I haven't found a right solution at all. May you have a hint how to start? Thanks I'm sorry! I ...
2
votes
6answers
1k views

algorithm to find derivative

I'm writing program in Python and I need to find the derivative of a function (a function expressed as string). For example: x^2+3*x Its derivative is: 2*x+3 Are there any scripts available, or is ...
1
vote
6answers
413 views

Java estimate a derivative at a point

I am currently writing a calculator application. I am trying to write a derivative estimator into it. The formula below is a simple way to do it. Normally on paper you would use the smallest h ...
1
vote
3answers
529 views

How does one calculate the rate of change (?derivatives?) in C#?

I have a stream of data that trends over time. How do I determine the rate of change using C#? It's been a long time since calculus class, but now is the first time I actually need it (in 15 ...
-1
votes
2answers
351 views

How to write derivative function? [closed]

I am trying to do my homework. I have to write method of derivative. I am thinking to write a function of derivative. (It is Scala) Please give me a hint here. Thank you