Opened 9 years ago
Last modified 7 years ago
#13099 new enhancement
Add a loop argument to simplify_full
Reported by: | eviatarbach | Owned by: | burcin |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | symbolics | Keywords: | |
Cc: | kcrisman | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
simplify_full
should have a loop
argument, which would continue simplifying until it is no longer possible. See http://ask.sagemath.org/question/1480/simplify-trig-abs-and-sqrt-expression for a possible implementation.
Change History (7)
comment:1 Changed 9 years ago by
- Type changed from PLEASE CHANGE to enhancement
comment:2 Changed 9 years ago by
- Cc kcrisman added
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:5 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:6 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:7 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.
#2662 is related.