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.
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 x = y - y^2
flyingpig said:I am trying to differentiate x = y - y^2