-
-
Notifications
You must be signed in to change notification settings - Fork 672
Closed
Milestone
Description
Mathematica (see http://reference.wolfram.com/language/ref/RuleDelayed.html) has a very useful feature called delayed rule. Instead of a static rule, a function is invoked which decides looking at the argument how the actual substitution should be carried out. This is a useful feature when simplifying some symbolic expressions.
This ticket shall implement such a delayed substitution in SageMath.
Component: symbolics
Author: Clemens Heuberger
Branch/Commit: 224476e
Reviewer: Daniel Krenn, Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/24773