Ticket #2662 (assigned enhancement)

Opened 10 months ago

Last modified 10 months ago

simplify_full function

Reported by: jason Assigned to: gfurnish (accepted)
Priority: major Milestone: sage-3.4
Component: calculus Keywords:
Cc:

Description

Create a simplify_full function that (somewhat intelligently?) applies a battery simplifications to try to get a function to be simpler.

It would be nice to support some of the options that FullSimplify? in Mma has (see http://reference.wolfram.com/mathematica/ref/FullSimplify.html?q=fullsimplify&lang=en ):

  • user can pass in a "complexity function" which determines how simple an expression is
  • user can pass in a time limit for the simplification
  • user can pass in a list of things that won't be simplified
  • etc.

Change History

03/24/2008 02:27:50 PM changed by jason

mhansen created a simplify_full function in #2661. So how about this ticket is the enhancement ticket for putting the Mma options that we can into full_simplify.

03/24/2008 05:39:11 PM changed by gfurnish

  • owner changed from was to gfurnish.
  • status changed from new to assigned.

03/24/2008 05:39:38 PM changed by gfurnish

This definately *has* to be handled better in new symbolics then it is currently.