ImplicitDerivative Command

ImplicitDerivative( <f(x, y)> )

Gives the implicit derivative of the given expression.

ImplicitDerivative(x + 2 y) yields -0.5.

CAS Syntax

ImplicitDerivative( <f(x, y)> )

Gives the implicit derivative of the given expression.

ImplicitDerivative(x + 2 y) yields -12.

ImplicitDerivative( <Expression>, <Dependent Variable>, <Independent Variable> )

Gives the implicit derivative of the given expression.

ImplicitDerivative(x^2 + y^2, y, x) yields -xy.

See also Derivative Command.