Ticket #1285 (closed enhancement: duplicate)
[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: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
Note: See
TracTickets for help on using
tickets.
