Skip to content

Allow more general evaluation of FDerivativeOperator #12796

@nbruin

Description

@nbruin

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.

CC: @kcrisman @orlitzky

Component: symbolics

Author: Nils Bruin

Reviewer: Michael Orlitzky

Merged: sage-5.0.beta14

Issue created by migration from https://trac.sagemath.org/ticket/12796

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions