flyingpig
- 2,574
- 1
Homework Statement
I tried using D[x = y - y^2, x, NonConstants -> {y}] and it keeps telling me that y - y^2 is not a valid variable.
The discussion revolves around the challenges of performing implicit differentiation using Mathematica, particularly focusing on the syntax and commands required to achieve the desired results. Participants share their experiences and troubleshooting steps related to differentiating equations of the form x = y - y^2.
Participants express a range of experiences and solutions, with no clear consensus on the best approach to perform implicit differentiation in Mathematica. There are multiple competing views on the syntax and commands needed, and some participants remain uncertain about the correct method.
Limitations include potential misunderstandings of Mathematica's syntax, the impact of previously defined variables, and the need for careful equation structuring. The discussion reflects ongoing challenges and refinements in using Mathematica for implicit differentiation.
flyingpig said:I tried again using
D[x = y[x] - y[x]^2, x, NonConstants -> {y}]
And it says
$RecursionLimit::reclim: Recursion depth of 256 exceeded. >>
Further output of $RecursionLimit::reclim will be suppressed during this calculation. >>
flyingpig said:Argh still not working, it's giving me
1 == D[y[x], x, NonConstants -> {y}] -
2 D[y[x], x, NonConstants -> {y}] y[x]
flyingpig said:I am trying to differentiate [tex]x = y - y^2[/tex]
flyingpig said:I am trying to differentiate [tex]x = y - y^2[/tex]