Re: [newbie] can't get the answer
- To: mathgroup at smc.vnet.net
- Subject: [mg43140] Re: [newbie] can't get the answer
- From: Peter Klamser <klamser at t-online.de>
- Date: Thu, 14 Aug 2003 05:07:56 -0400 (EDT)
- References: <bhd90k$rmp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Promania Corasna schrieb: > Hello all, > > I'm a newbie in using mathematica 5. I've searched over the internet, but I > can't find out how to get the answer to my formula. This is the formula, I > have to calculate: > > cosh(sinh(97))+(sin(42)+sinh(e^2))/1 > > This is the answer of mathematica: > > 42\ sin + 97\ cosh\ sinh + e\^2\ sinh\) > > > > I just niet a answer from plain number. > > Does anybody knows how to do that? > > THanks in advance > > ... your sytax is wrong: Cosh[Sinh[97]] + (Sinh[42] + Sinh[e^2])/1 // N Regards Peter