Difference between revisions of "ImplicitDerivative Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 3: Line 3:
 
;ImplicitDerivative[ <Expression> ]
 
;ImplicitDerivative[ <Expression> ]
 
:Yields the [[w:Implicit derivative|implicit derivative]] of the given expression.
 
:Yields the [[w:Implicit derivative|implicit derivative]] of the given expression.
:{{example|1=<div><code><nowiki>ImplicitDerivative[x + 2y]</nowiki></code> yields ''-0.5''.</div>}}
+
:{{example|1=<div><code><nowiki>ImplicitDerivative[x + 2 y]</nowiki></code> yields ''-0.5''.</div>}}
 
{{note| 1=<div>See also [[Derivative Command]].</div>}}
 
{{note| 1=<div>See also [[Derivative Command]].</div>}}
 
==CAS Syntax==
 
==CAS Syntax==

Revision as of 11:42, 14 September 2012


ImplicitDerivative[ <Expression> ]
Yields the implicit derivative of the given expression.
Example:
ImplicitDerivative[x + 2 y] yields -0.5.
Note:

CAS Syntax

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