MathGroup Archive 2006

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

Search the Archive

Re: Plotting Cosh(x)?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67119] Re: [mg67073] Plotting Cosh(x)?
  • From: ggroup at sarj.ca
  • Date: Fri, 9 Jun 2006 01:09:49 -0400 (EDT)
  • References: <200606080854.EAA12437@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Change the round brackets to square brackets:

Plot[Cosh[x],{x,-1,1}]

See the following link for more detail about the differences between the 
different types of brackets:
http://documents.wolfram.com/mathematica/book/section-1.2.5


On Thu, 8 Jun 2006 04:54:50 -0400 (EDT), dimzi101 wrote
> When trying this:
> 
> Plot[Cosh(x), {x, -1, 1}]
> 
> I constantly get errors!
> 
> Im trying to plot some catenaries using table (for various values), and
> this is stopping me from doing so.
> 
> Any suggestions?





  • Prev by Date: Re: Exporting Graphics to .eps
  • Next by Date: Re: Or in a Select question
  • Previous by thread: Re: Plotting Cosh(x)?
  • Next by thread: Re: Plotting Cosh(x)?