Opened 7 years ago
Last modified 4 years ago
#16593 new defect
Spurious solution for trig formula in Maxima
Reported by: | kcrisman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | calculus | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Reported upstream. No feedback yet. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Reported at this SF bug, we have
solve([sin(cos(x))/cos(x)==0],x) gives: [x == 1/2*pi]
Change History (2)
comment:1 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:2 Changed 4 years ago by
Note: See
TracTickets for help on using
tickets.
Is this issue fixed now?