I'm not sure what I would expect to see, but the following produces 
something I would not expect:

region_plot([x <> 1], (x,-2,2), (y,-2,2))

The output has the region left of x=1 shaded, but not the region right of 
x=1. Similar "one-sided" results with 

region_plot([x <> y], (x,-2,2), (y,-2,2))
region_plot([x^2+y^2-1 <> 0], (x,-2,2), (y,-2,2))
region_plot([x^2 <> 1], (x,-2,2), (y,-2,2))

Based on the documentation for region_plot, this seems like a bug. Is that 
right?


I'm looking at this as part of trying to understand how Sage might compare 
a set expressed as
x^2 != y

with, say, a set expressed as
|x| < sqrt(y) or |x| > sqrt(y)

and determine they are equal. What syntax would be appropriate for making 
such a comparison?

(Sorry for two questions in one post.)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to