Re: Newbie: Howjavascript:; to Draw the 2-dimensional feasible set
- To: mathgroup at smc.vnet.net
- Subject: [mg95388] Re: Newbie: Howjavascript:; to Draw the 2-dimensional feasible set
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 17 Jan 2009 05:29:49 -0500 (EST)
- References: <200901151047.FAA17599@smc.vnet.net> <gkpprb$dns$1@smc.vnet.net>
Hi, RegionPlot[ y > x - 2 && y < 1.5 && x < y^2, {x, -2, 2}, {y, -2, 2}] ?? Regards Jens Pratim Vakish wrote: > I have an optimization problem (2 > decision variables x1=2C x2). I would like to know how to obtain a graph > (with Mathematica) representing its feasible set. The feasible set is the union of two polyhedra. > > Many thanks, > > Pratim > > >