Ticket #1111 (closed enhancement: fixed)
[with patch+review] Symbolic equation expand left and right
| Reported by: | robertwb | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | calculus | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: eqn.expand() # does it to both sides
sage: eqn.expand('right') # does it to the right
sage: eqn.expand('left') # does it to the right
See the sage-devel thread Enhancing the SymbolicEquation? class
Attachments
Change History
comment:2 Changed 5 years ago by mhansen
- Owner changed from was to mhansen
- Status changed from new to assigned
- Summary changed from Symbolic equation expand left and right to [with patch] Symbolic equation expand left and right
- Milestone changed from sage-2.9 to sage-2.8.15
comment:3 Changed 5 years ago by robertwb
- Summary changed from [with patch] Symbolic equation expand left and right to [with patch+review] Symbolic equation expand left and right
Works great for me. Are there any other symbolic-expression functions that one would want to add to symbolic equations in a like manner? Could this be automated?
Note: See
TracTickets for help on using
tickets.

