Group Abstract Group Abstract

Message Boards Message Boards

0
|
2K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

Strange shape for ImplicitRegion

Posted 2 years ago
POSTED BY: Steve Clark
Posted 2 years ago

First off, in your picture the axis looks to be at {.5,0}, not {0,0}. Second, the generic display of regions can sometimes be inaccurate (I think this is due to sparse sampling).

You could try (I've added the origin for clarity)

RegionPlot[x >= y && x <= 1/y, {x, 0, 3}, {y, 0, 3}, AxesOrigin -> {0, 0}]

Or just discretizing your region gives a more accurate visualization.

DiscretizeRegion[r]
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard