MathGroup Archive 2005

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

Search the Archive

Re: Asking questions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58274] Re: Asking questions
  • From: "Mukhtar Bekkali" <mbekkali at gmail.com>
  • Date: Sat, 25 Jun 2005 01:56:35 -0400 (EDT)
  • References: <200506230642.CAA14625@smc.vnet.net><d9gcqf$co$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I had the same problem as you and I think I solved it.  When you use
Table it waits until kernel evaluates the whole loop. When you use
While it does not.

My follow up question though is that Mathematica gives me convergence
error messages and suppresses messages after they show 3 times.  I do
not want Mathematica do that since I would like to know for each of
steps whether my solution is valid or not (actually, this is the reason
why I switched from Table to While because Table piles up all error
messages together)


  • Prev by Date: Clear subscripted variables
  • Next by Date: Re: Asking questions
  • Previous by thread: Re: Re: Asking questions
  • Next by thread: Re: Asking questions