I am looking for a method to compute a derivate using a discrete and fast method. Basically what Since now I have is an do not know the type of equation like this:
f(x,y,z) = x*a + y*b + z*c
And I have, I am interested in get this:
∂f/∂x, ∂f/∂y, ∂f/∂z
Is there any looking for discrete method methods analog to do it?the ones that we can find for the integral such as, the Euler method.
Thanks a lot.
