Ticket #1111 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 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: 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

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

Change History

Changed 3 years ago by mabshoff

  • milestone set to sage-2.9

Changed 3 years ago by mhansen

Changed 3 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

Changed 3 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?

Changed 3 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.