Opened 3 years ago
#22018 new defect
Some debug(?) message when solving an inequality
Reported by: | pelegm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-7.5 |
Component: | symbolics | Keywords: | solve, sage_var, inequality |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Try this:
sage: solve(sqrt(x^3)!=0, x) #0: solve_rat_ineq(ineq=sqrt(_SAGE_VAR_x^3) # 0) [[x != 0]]
What's that? (tested on 7.5.beta4)
Note: See
TracTickets for help on using
tickets.