MathGroup Archive 2006

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

Search the Archive

Re: Plotting Cosh(x)?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67115] Re: Plotting Cosh(x)?
  • From: Helen Read <hpr at together.net>
  • Date: Fri, 9 Jun 2006 01:09:39 -0400 (EDT)
  • References: <e68qjt$d5a$1@smc.vnet.net>
  • Reply-to: read at math.uvm.edu
  • Sender: owner-wri-mathgroup at wolfram.com

dimzi101 at gmail.com 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?

You are going to get a lot of replies to this. The problem is you aren't 
using correct Mathematica syntax. You need Cosh[x], not Cosh(x).

-- 
Helen Read
University of Vermont


  • Prev by Date: Re: Plotting Cosh(x)?
  • Next by Date: Re: Plotting Cosh(x)?
  • Previous by thread: Re: Plotting Cosh(x)?
  • Next by thread: RE: Plotting Cosh(x)?