Skip to content
Prev 4901 / 63424 Next

Inconsistent behaviour in solve (PR#805)

On Tue, 9 Jan 2001 J.C.Rougier@durham.ac.uk wrote:

            
Why would you expect it?  Did you actually check it?
You have 5x + 3y = Inf,  2x + y = 3
if y - Inf, x = -Inf and 5x + 3y = NaN, 2x + y = NaN.

Once you have infinities, the standard laws of arithmetic break.