Ask Your Question

seflyer's profile - activity

2012-02-26 06:25:21 +0200 commented answer Strange result of a relational expression

I kind of get it, still I would say, whatever the evaluation algorithm is, a bug just showed itself and it might not be a good choice just treat it as something inevitable.

2012-02-21 03:44:00 +0200 received badge  Editor (source)
2012-02-21 03:43:00 +0200 asked a question Strange result of a relational expression

Tried the following in sage. The answer is False, which is apparently incorrect. Anyone ever encountered this before? Any idea on what happened here?


forget()
assume(x >= 0)
expr = sin(x) <= x
print(bool(expr))