Questions on the internal error messages of Mathematica.

learn more… | top users | synonyms

10
votes
0answers
145 views

Quiet doesn't work with FindRoot when using Brent method

The following has no solution: FindRoot[x == 1, {x, 0.25, 0, 0.5}] And Mathematica correctly warns us: FindRoot::reged: The point {0.5} is at the edge of the ...