Re: Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg26023] Re: Mathematica
- From: Alan <kd7cyb at mac.com>
- Date: Thu, 16 Nov 2000 03:43:08 -0500 (EST)
- References: <8ur0p8$quo@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I don't really understand the question, but try evaluating the code below in Mathematica to see if this answers your question (the thick, red dot marks your specified inflection point): Show[Plot[2x^3 - 3x^2 - 12x, {x, -10, 10}, AspectRatio -> 1, DisplayFunction -> Identity] , ListPlot[{{.5, -6.5}}, PlotStyle -> {PointSize[.02], RGBColor[1, 0, 0]}, DisplayFunction -> Identity], DisplayFunction -> $DisplayFunction]; Reply if you need help, Alan