Difference between revisions of "ImplicitDerivative Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|cas=true|function}}
 
{{command|cas=true|function}}
 
;ImplicitDerivative[ <f(x, y)> ]
 
;ImplicitDerivative[ <f(x, y)> ]

Revision as of 09:39, 24 July 2015


ImplicitDerivative[ <f(x, y)> ]
Gives the implicit derivative of the given expression.
Example:
ImplicitDerivative[x + 2 y] yields -0.5.

CAS Syntax

ImplicitDerivative[ <f(x, y)> ]
Gives the implicit derivative of the given expression.
Example:
ImplicitDerivative[x + 2 y] yields -\frac{1}{2}.
ImplicitDerivative[ <Expression>, <Dependent Variable>, <Independent Variable> ]
Gives the implicit derivative of the given expression.
Example:
ImplicitDerivative[x^2 + y^2, y, x] yields -\frac{x}{y}.
Note:
© 2024 International GeoGebra Institute