MathGroup Archive 2012

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

Search the Archive

Re: rHelp Finishing Mathematica Program

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126597] Re: rHelp Finishing Mathematica Program
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Wed, 23 May 2012 03:28:09 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201205210956.FAA14678@smc.vnet.net>

Look at the documentation (F1) for While and NestWhile.


Bob Hanlon


On Mon, May 21, 2012 at 5:56 AM, ivantulin at yahoo.com
<ivantulin at yahoo.com> wrote:
> This project involves finishing the Mathematica program which I
> started.
>
> A loop must be added to the program.
>
> The trial value for k is to be replaced by the calculated value of k
> and then recalculated in the loop, over and over, until the error
> between the trial value of k and the calculated value of k is less
> than 0.001.
>
> At this point the k trial value is correct and is the answer. Will
> someone help me insert this loop?
>
> How can I attach the notebook file to this message?
>



  • Prev by Date: Question about ColorFunction
  • Next by Date: Slow Locator in Manipulate
  • Previous by thread: rHelp Finishing Mathematica Program
  • Next by thread: Re: rHelp Finishing Mathematica Program