Re: max. value in a plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg97499] Re: max. value in a plot?
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Sat, 14 Mar 2009 05:40:12 -0500 (EST)
- References: <gpda3h$jj4$1@smc.vnet.net>
MaxValue[( 6*15*(10^-6))/((x - 0)^2 + (y - 0)^2 + (0 - 0.005)^2), {x, y}] You can use the PlotRange option to restrict plotting to a certain range. Cheers -- Sjoerd On Mar 13, 11:47 am, Oliver <sch_oliver2... at yahoo.de> wrote: > Hallo, > i have 2 small questions. how can i find the max. Value of the following lot? > > Plot3D[ > (6*15*(10^-6))/((x - 0)^2 + (y - 0)^2 + (0 - 0.005)^2), > > {x, -0.05, 0.05}, {y, -0.05, 0.05}] > > and how can i plot the range ONLY from the min to the max value? > thanks in Advance