RE: Plotting Cosh(x)?
- To: mathgroup at smc.vnet.net
- Subject: [mg67118] RE: [mg67073] Plotting Cosh(x)?
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 9 Jun 2006 01:09:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
How about...
Plot[Cosh[x], {x, -1, 1}]
In Mathematica the brackets (), [], and {} all serve different purposes.
Function arguments are always inclosed in square brackets, [].
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: dimzi101 at gmail.com [mailto:dimzi101 at gmail.com]
To: mathgroup at smc.vnet.net
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?