Compute a derivative using discrete methods
I am looking for a method to compute a derivative using a discrete and fast method. Since now I do not know the type of equation I have, I am looking for discrete methods analog to the ones that we can find for the integral such as, the Euler method. Andrea Ambu I think you are looking for the derivative calculated in a point. If this is the case, here there is a simple way to do that. You need to know the derivative in a point, say a . It is given by the limit of the difference quotient for h->0: You actually need to implement the limit function. So you: Define an epsilon, set it more small