MathGroup Archive 2011

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

Search the Archive

Re: A bug or something wrong with Mathematica 8 ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119047] Re: A bug or something wrong with Mathematica 8 ?
  • From: Peter Pein <petsie at dordos.net>
  • Date: Fri, 20 May 2011 06:39:55 -0400 (EDT)
  • References: <ir2vq9$h47$1@smc.vnet.net>

Am 19.05.2011 13:44, schrieb TrinhDao:
> 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.
> 
> 
> 
> 

Hi,

you used an exponential scale for the x-axis in the ListPlot but a
linear scale in the ParametricPlot
Try ParametricPlot[{10^(t/2),functionB[10^(t/2)]},{t,-7,1}] instead.

Peter



  • Prev by Date: Re: How To Break Long List to m-by-n MatrixForm
  • Next by Date: Re: How To Break Long List to m-by-n MatrixForm
  • Previous by thread: Re: A bug or something wrong with Mathematica 8 ?
  • Next by thread: Re: A bug or something wrong with Mathematica 8 ?