MathGroup Archive 2002

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

Search the Archive

Re: machine size real numbers?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35808] Re: [mg35800] machine size real numbers?
  • From: jmt <jmt at dxdydz.net>
  • Date: Fri, 2 Aug 2002 02:41:31 -0400 (EDT)
  • References: <200208010835.EAA05373@smc.vnet.net>
  • Reply-to: jmt at dxdydz.net
  • Sender: owner-wri-mathgroup at wolfram.com

x := 1 + Cos[2000 Pi t] + Sin[2000 Pi t]

Plot[x, {t, 0, 8000 Pi}]

works fine for me.


Notes :
- use [ and ] for functions ;
- x and x[t] are different !


On Thursday 01 August 2002 10:35 am, Rick Dyer wrote:
> x[t_] := 1 + Cos(2000*Pi*t) + Sin(4000*Pi*t)
> 
> In[2]:=
> Plot[x, {t, 0, 8000*Pi}]


  • Prev by Date: Re: aligning equations
  • Next by Date: Flickering Graphics
  • Previous by thread: machine size real numbers?
  • Next by thread: Re: machine size real numbers?