Good afternoon all. If someone would kindly answer the following questions, it would be greatly appreciated. Suppose I have a function

f[x_,y_] := x2 + y2 + xy2 ...............................................................(1)

I can take the partial derivative with respect to x as follows:

D[f[x,y],x]........................................................................................(2)

and the derivative with respect to y as follows:

D[f[x,y],x]........................................................................................(3)

How can I request the partial derivative of x with respect to y ? This is the ratio of the result from (2) divided by the result from (3) with a minus sign. Is there a direct way to do it starting with the function itself?

BTW, the function is implicit (f(x,y) is zero. I'm not sure if that makes a difference.

Best regards,

Hazem

More Hazem Haddad's questions See All
Similar questions and discussions