MathGroup Archive 2003

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

Search the Archive

Re: [newbie] can't get the answer

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43137] Re: [mg43117] [newbie] can't get the answer
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Thu, 14 Aug 2003 05:07:53 -0400 (EDT)
  • References: <200308131149.HAA28261@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In general, if you want a number you must wrap the whole expression with N
(otherwise Mathematica will search for a symbolic value, and it may not find
it). Alternatively, you may put a decimal point after any of the integers in
your formula. In the particular case you are trying to evaluate an overflow
occurs. Just consider that Sinh[97.] = 6.691673596021348*^41. BTW, please
use the correct syntax, particularly in the use of parentheses.

Tomas Garza
Mexico City
----- Original Message ----- 
From: "Promania Corasna" <gjgjdt at xs4all.nl>
To: mathgroup at smc.vnet.net
Subject: [mg43137] [mg43117] [newbie] can't get the answer


> 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
>
>
>



  • Prev by Date: RE: [newbie] can't get the answer
  • Next by Date: is this a new bug? Mathematicaa 5.0...
  • Previous by thread: Re: [newbie] can't get the answer
  • Next by thread: Re: [newbie] can't get the answer