Closed TimdeJonge closed 10 years ago
Proposed fix: only allow derivatives to have simple variables.
This fix has already been proposed. It seems that this bug is still there.
I couldn't find it in the open issues, only for Limit, which meant that it was either wrongly closed, or it broke again since - either way, as it has not been implemented, it seems like a reasonable proposition, even if it is a repeat. On Jan 26, 2014 8:12 PM, "FolkertVanVerseveld" notifications@github.com wrote:
Proposed fix: only allow derivatives to have simple variables.
This fix has already been proposed. It seems that this bug is still there.
— Reply to this email directly or view it on GitHubhttps://github.com/Divendo/math-dragon/issues/158#issuecomment-33326817 .
d6x^2/d6x is evaluated to 0, whereas it is 2x^2. Similarly, d((xy)^2)/d(xy) is evaluated to 0. Proposed fix: only allow derivatives to have simple variables.