Post Reply 
Solve Bug?
09-30-2017, 09:31 PM
Post: #2
RE: Solve Bug?
There are older threads about this problem, with solve() sometimes returning wrong results (e.g., an erroneous zero as a solution for polynomials with degenerate roots, or for highly factorizable polynomials). I have found it helpful to

a) test explicitly for the solutions offered, i.e., solve(your polynomial here, x=0) returns 0.5
b) run solve with a bracket for the solutions, i.e solve(your polynomial here, x=-5..5) returns [-2 .5 2 2.5].
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve Bug? - Phunkee - 09-28-2017, 11:03 AM
RE: Solve Bug? - Helge Gabert - 09-30-2017 09:31 PM
RE: Solve Bug? - Tim Wessman - 10-03-2017, 09:25 PM
RE: Solve Bug? - Helge Gabert - 10-03-2017, 11:05 PM



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