Re: A bug or something wrong with Mathematica 8 ?
- To: mathgroup at smc.vnet.net
- Subject: [mg119030] Re: A bug or something wrong with Mathematica 8 ?
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Fri, 20 May 2011 06:36:50 -0400 (EDT)
That's a terrible way to post questions. It gives us SPAM, and we can't copy/paste the code from PDF to Mathematica. You should have copy/pasted the code from Mathematica to e-mail. (Simple.) But here's the code: f[x_] = 4/Sqrt[Pi] - 0.3353/(.435404 + x)^2 + .347025/(.712229 + x)^4 - .270017/( 4.29043 + x); data = Table[{Sqrt[10^i], f[Sqrt[10^i]]}, {i, -7, 1, 0.1}]; Show[ListPlot[data, PlotRange -> All], ParametricPlot[{Sqrt[x], f[Sqrt[x]]}, {x, 10^-7, 10}]] It does NOT give the plot shown in your PDF, and there's no mismatch between the points and the curve. Bobby On Thu, 19 May 2011 06:44:14 -0500, TrinhDao <hackerdarkrose at yahoo.com> wrote: > Hello, > > I have a functionB. > > I plot this function with ListPlot and ParametricPlot. But the result > is different ? > > The result and the code is here (pdf). > http://www.mediafire.com/?caaw5qo6qpx4x18 > > Can you explain me ? A bug or something wrong with my code ? > > I used Mathematica 8. > > > > -- DrMajorBob at yahoo.com