Re: Plot this?
- To: mathgroup at smc.vnet.net
- Subject: [mg109635] Re: Plot this?
- From: "Trevor Rabey" <trevorATperfectproject.com.au at giganews.com>
- Date: Sun, 9 May 2010 07:50:10 -0400 (EDT)
- References: <hrot17$5tr$1@smc.vnet.net>
Thanks for all the suggestions. What I wanted turned out to be this: RegionPlot[{8 x1 - x1^2 + 14 x2 - x2^2 <= 49, x1 <= 4, x1 + x2 <= 7}, {x1, 0, 8}, {x2, 0, 12}, GridLines -> {{1, 2, 3, 4, 5, 6, 7, 8}, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}}, ImagePadding -> {{20, 5}, {5, 5}}] -- Trevor Rabey 0407213955 61 8 92727485 PERFECT PROJECT PLANNING www.perfectproject.com.au "Trevor Rabey" <trevorATperfectproject.com.au at giganews.com> wrote in message news:hrot17$5tr$1 at smc.vnet.net... >I am new to Mathematica and going at snail's pace. > I would like to plot: > > 8x - x^2 + 14y - y^2 = 49 > > Anyone? > > -- > Trevor Rabey >