Ticket #1111 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

[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

1111.patch Download (1.6 KB) - added by mhansen 5 years ago.

Change History

comment:1 Changed 6 years ago by mabshoff

  • Milestone set to sage-2.9

Changed 5 years ago by mhansen

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?

comment:4 Changed 5 years ago by mabshoff

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

Merged in 2.8.15.alpha0.

Note: See TracTickets for help on using tickets.