-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Currently:
sage: f=function("f");
sage: fx=f(x).diff(x).operator();
sage: fx
D[0](f)
sage: fx(x^2)
NotImplementedError: currently all arguments must be distinct variables
This can change.
Apply attachment: 12796.patch, attachment: sage-trac_12796-review.patch.
Component: symbolics
Author: Nils Bruin
Reviewer: Michael Orlitzky
Merged: sage-5.0.beta14
Issue created by migration from https://trac.sagemath.org/ticket/12796