MathGroup Archive 1999

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

Search the Archive

Re: How can I plot the region satisfying an inequality?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg18829] Re: How can I plot the region satisfying an inequality?
  • From: "Dale Horton" <daleh at wolfram.com>
  • Date: Thu, 22 Jul 1999 08:19:39 -0400
  • Organization: Wolfram Research, Inc.
  • References: <7mp3dn$l99@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

These conditions can also be written as

y < x and y < -x

This can be plotted with

In[1]:=
<< Graphics`

In[2]:=
FilledPlot[{Min[x, -x], -10}, {x, -10, 10}]

-Dale

ELodger <elodger at my-deja.com> wrote in message
news:7mp3dn$l99 at smc.vnet.net...
> Hi There,
>
> Is there a way to plot the region satisfying a set of inequalities,
> such as:
>
> x - y > 0 and
> x + y < 0
>
> on [-10, 10]
>
> ?
>
> Thanks!
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>




  • Prev by Date: Re: Slow Version 4 Front End
  • Next by Date: Re: InputStream in version 3 vs version 4
  • Previous by thread: Re: How can I plot the region satisfying an inequality?
  • Next by thread: Re: How can I plot the region satisfying an inequality?