implicit_differentiation
Compute dy/dx for implicit equations in the form F(x,y)=0 by providing the equation and optional variable names.
Instructions
Perform implicit differentiation for equations of the form F(x,y) = 0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equation | Yes | Implicit equation (e.g., 'x**2 + y**2 - 1' for x² + y² = 1) | |
| dependent_var | No | Dependent variable (usually 'y') | y |
| independent_var | No | Independent variable (usually 'x') | x |