Message Boards Message Boards

0
|
3358 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

How can I exclude a point from a Region Plot?

Posted 5 years ago

I want to exclude the point {0,0} from: RegionPlot[0 < x^2 + (y^2)/4 <= 1 , {x, 2, -2}, {y, 2, -2}]

POSTED BY: Jorge Esteban

I can exclude a small region around {0,0}

RegionPlot[
 0 < x^2 + (y^2)/4 <= 1 && x^2 + y^2 > .03, {x, -2, 2}, {y, -2, 2}]
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract