MathGroup Archive 2003

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

Search the Archive

Re: Displaying many digits

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40894] Re: [mg40870] Displaying many digits
  • From: Bobby Treat <drmajorbob+MathGroup3528 at mailblocks.com>
  • Date: Wed, 23 Apr 2003 01:18:23 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Here's an example.

zero = Sin[x^3 + 1];
Plot[zero, {x, -5, 5}];
FindRoot[zero, {x, 1},
   MaxIterations -> 200,
   WorkingPrecision -> 35, AccuracyGoal -> 30]

Bobby

-----Original Message-----
From: Stepan Yakovenko <yakovenko at ngs.ru>
To: mathgroup at smc.vnet.net
Subject: [mg40894] [mg40870] Displaying many digits

HI!

  I'm using FindRoot to find root of some complicated algebraic
  equation:

  FindRoot[zero, {Beta, Beta0}, MaxIterations -> 200]

  > {Beta -> 18.7129}

  It works fine and the result is right. Though it shows only 4 digits
  of the result, rounding the number. But I need to see first 20
  digits. Yes, I can press space and Mathematica will show the whole
  number, but I want to know how to do it in place.

--
Best regards,
  Stepan                          mailto:yakovenko at ngs.ru


  • Prev by Date: Re: Displaying many digits
  • Next by Date: Re: Re: New Mathematica book with new codes
  • Previous by thread: Re: Displaying many digits
  • Next by thread: RE: Displaying many digits