Re: Plotting Cosh(x)?
- To: mathgroup at smc.vnet.net
- Subject: [mg67113] Re: [mg67073] Plotting Cosh(x)?
- From: "Jesse D. Sheinwald" <jsheinwald at adelphia.net>
- Date: Fri, 9 Jun 2006 01:09:34 -0400 (EDT)
- References: <200606080854.EAA12437@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You need square brackets around the x in Cosh[x]
Plot[Cosh[x],{x,-1,1}]
works.
At 04:54 AM 6/8/2006, 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?
- References:
- Plotting Cosh(x)?
- From: dimzi101@gmail.com
- Plotting Cosh(x)?