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: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
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
Note: See
TracTickets for help on using
tickets.

