#8508 closed defect (duplicate)
max is broken on symbolic input
Reported by: | zimmerma | Owned by: | burcin |
---|---|---|---|
Priority: | critical | Milestone: | sage-duplicate/invalid/wontfix |
Component: | calculus | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
cf http://groups.google.com/group/sage-support/msg/55dafb49058a55c6
sage: var('y'); sage: max(x,y) x sage: max(y,x) y
We expect both to give max(x,y)
of course.
Change History (2)
comment:1 Changed 11 years ago by
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 11 years ago by
- Milestone changed from sage-4.3.4 to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #6949.