MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Strange RegionPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81532] Strange RegionPlot
  • From: Bruce Colletti <vze269bv at verizon.net>
  • Date: Wed, 26 Sep 2007 06:53:50 -0400 (EDT)

Re 6.0.1 under Windows XP.

The region returned by:

RegionPlot[x + y < 4 && x - y > 3, {x, -20, 25}, {y, -20, 10}]

should be triangular.  Yet the apex is a short line segment and not a vertex.  

What creates this segment, and what must one do to get the vertex?  Thankx.

Bruce


  • Prev by Date: Re: making a list using table but with different increment after a
  • Next by Date: Debug of ContourPlot
  • Previous by thread: Re: making a list using table but with different increment after a
  • Next by thread: Re: Strange RegionPlot