Ticket #1285 (closed enhancement: duplicate)

Opened 5 years ago

Last modified 5 years ago

[is duplicate of #1461] implement substitution of subexpression in calculus

Reported by: certik Owned by: mhansen
Priority: major Milestone: sage-duplicate/invalid/wontfix
Component: calculus Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

e.subs(x, y) needs to work, where "x" is an expression and "y" is an expression. and it substitutes x for y.

some tests from SymPy:

 http://hg.sympy.org/sympy/file/d77f6c3b50bb/sympy/core/tests/test_subs.py

This is needed for the limit algorithm to work.

Change History

comment:1 Changed 5 years ago by mhansen

  • Owner changed from was to mhansen
  • Status changed from new to assigned

comment:2 Changed 5 years ago by mabshoff

  • Milestone set to sage-2.9

comment:3 Changed 5 years ago by mhansen

  • Summary changed from implement substitution of subexpression in calculus to [is duplicate of #1461] implement substitution of subexpression in calculus
  • Milestone changed from sage-2.10 to sage-2.9.1

comment:4 Changed 5 years ago by rlm

  • Status changed from assigned to closed
  • Resolution set to duplicate

comment:5 Changed 5 years ago by mabshoff

  • Milestone changed from sage-2.9.1 to sage-duplicate/invalid
Note: See TracTickets for help on using tickets.