Re: Plotting Cosh(x)?
- To: mathgroup at smc.vnet.net
- Subject: [mg67074] Re: Plotting Cosh(x)?
- From: Alois Steindl <Alois.Steindl at tuwien.ac.at>
- Date: Fri, 9 Jun 2006 01:06:33 -0400 (EDT)
- Organization: Inst. f. Mechanics II, TU Vienna
- References: <e68qjt$d5a$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
dimzi101 at gmail.com writes: > 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? Yes, there is a quite thick book for Mathematica and also the installed help pages answer almost all basic questions. You should *really* look into some introduction. Then you would learn that arguments to functions are usually passed in []-pairs, not in ()-s. Alois