MathGroup Archive 2007

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

Search the Archive

Re: Simple equation won't plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82933] Re: Simple equation won't plot
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Sun, 4 Nov 2007 06:04:28 -0500 (EST)

On 11/3/07 at 3:27 AM, bert.aertsx at advalvasx.be (Bert Aerts (rm x))
wrote:

>When I type following commands in Mathematica 6.0.1:

>m = 70; a = 0.08; x0 = 5000; g = 9.81;
>x[t_] = x0 - m*Log[Cosh[t*Sqrt[g*a]/Sqrt[m]]]/a;
>P1ot[x[t], {t, 0, 60}]

>I don't get a plot, but instead: P1ot[5000 - 875. Log[Cosh[0.105884
>t]], {t, 0, 60}] How can I get a real plot?

By not having a typo. You have entered the command Plot by
substituting the digit 1 for the letter l. I am assuming the
typo is in the notebook rather than your post.
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Simple equation won't plot
  • Next by Date: Re: Re: Manipulating a complex modulus expression
  • Previous by thread: Re: Simple equation won't plot
  • Next by thread: Re: Simple equation won't plot