Skip to content

support Mathematica options for simplify_full function #2662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jasongrout opened this issue Mar 24, 2008 · 4 comments
Open

support Mathematica options for simplify_full function #2662

jasongrout opened this issue Mar 24, 2008 · 4 comments

Comments

@jasongrout
Copy link
Member

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.

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/2662

@jasongrout
Copy link
Member Author

comment:1

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.

@garyfurnish garyfurnish mannequin assigned garyfurnish and unassigned williamstein Mar 25, 2008
@garyfurnish
Copy link
Mannequin

garyfurnish mannequin commented Mar 25, 2008

comment:3

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

@kcrisman
Copy link
Member

comment:4

Note also there are several other open tickets about the various simplify functions, with no resolution yet on what our "real" options should be.

@kcrisman kcrisman changed the title simplify_full function support Mathematica options for simplify_full function Dec 30, 2009
@jasongrout jasongrout removed this from the sage-4.4.2 milestone May 11, 2010
@jasongrout
Copy link
Member Author

comment:6

#13099 is related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants