MathGroup Archive 2000

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

Search the Archive

Re: Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25998] Re: Mathematica
  • From: Heinz Spindler <heinz at mathematik.uni-osnabrueck.de>
  • Date: Wed, 15 Nov 2000 02:09:47 -0500 (EST)
  • Organization: Universitaet Hannover
  • References: <8ur0p8$quo@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Naresh R Ganta" wrote:

> I went to you Mathematica website, and I have a question. Here is my
> problem. If I have F(x)=2x^3-3x^2-12x and I found that the inflection point
> to be (.5,-6.5), how can I plot F(x), and show the inflection point on the
> same graph?
>
> Thanks
> _________________________________________________________________________

Plot[F[x],{x,-1,2},Epilog->{PointSize[0.02],Point[{.5,-6.5}]}]



  • Prev by Date: Re: vertical lines
  • Next by Date: Function of solve is not running !
  • Previous by thread: Mathematica
  • Next by thread: RE: Mathematica