MathGroup Archive 2009

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

Search the Archive

max. value in a plot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97422] max. value in a plot?
  • From: Oliver <sch_oliver2000 at yahoo.de>
  • Date: Fri, 13 Mar 2009 04:47:34 -0500 (EST)

Hallo,
i have 2 small questions. how can i find the max. Value of the following Plot?

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


  • Prev by Date: Re: How to get data from Histogram
  • Next by Date: font size
  • Previous by thread: Re: Return Ambiguity
  • Next by thread: Re: max. value in a plot?