MathGroup Archive 2006

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

Search the Archive

Re: Plotting Cosh(x)?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67085] Re: Plotting Cosh(x)?
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Fri, 9 Jun 2006 01:07:12 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • 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}]

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

Always use square brackets instead of parentheses around the arguments 
of a function.

Regards,
Jean-Marc


  • 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)?