MathGroup Archive 2006

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

Search the Archive

Re: Plotting Cosh(x)?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67114] Re: Plotting Cosh(x)?
  • From: "Dave (from the UK" <may-2006 at southminster-branch-line.org.uk>
  • Date: Fri, 9 Jun 2006 01:09:36 -0400 (EDT)
  • References: <e68qjt$d5a$1@smc.vnet.net>
  • 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!

The syntax is wrong - try

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

it works for me (Mathematica 5.2 on Sun SPARC.


  • Prev by Date: Hiding Kernel into taskbar
  • Next by Date: Re: Plotting Cosh(x)?
  • Previous by thread: Re: Plotting Cosh(x)?
  • Next by thread: Re: Plotting Cosh(x)?