Post Reply 
Bug in a solve function
11-07-2019, 10:04 AM
Post: #1
Bug in a solve function
Try to solve the inequality: (x^3-1)*(x^2-4*x+4)/(x^2-5*x+6)>=0

The Prime's CAS returns the wrong answer {x>=1 AND x<=2, x>3}. The right answer must be a {x>=1 AND x<2, x>3}. Xcas returns the same result. Point x=2 must not be in the solution list.

The same issue appears with the equation x/x=1. Prime's CAS and Xcas return the wrong answer {x}. Point x=0 must not be in the solution list.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug in a solve function - rombva - 11-07-2019 10:04 AM
NOT A Bug in a solve function - parisse - 11-07-2019, 10:13 AM
RE: Bug in a solve function - rombva - 11-07-2019, 10:36 AM
RE: Bug in a solve function - parisse - 11-07-2019, 07:45 PM
RE: Bug in a solve function - rombva - 11-08-2019, 03:57 AM



User(s) browsing this thread: 1 Guest(s)