MathGroup Archive 2008

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

Search the Archive

Stop iteration iconstructing Table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90531] Stop iteration iconstructing Table
  • From: malawk at gmail.com
  • Date: Sat, 12 Jul 2008 05:30:49 -0400 (EDT)

Hi

Sorry I'm not very familiar with Mathematica. I want to create a
simple Table of this sort:

Table[{{$1, $2, $3, ...}, {...}, ..., {...}}, {i,1,imax}],

where $2 decreases as the iteration proceeds, and imax should be such
that only those elements with $2 >= 100 are returned. When $2 goes
below 100 then the iteration should  stop and the final Table given. I
want to do this because I'm not interested in computing those elements
whose $2 <100.

Any ideas how can I do this simple thing?

Thank you so much!
Angel




  • Prev by Date: Re: Help with "If" statement within "Table"
  • Next by Date: Re: Help with "If" statement within "Table"
  • Previous by thread: RE: Re: (genetic algorithms) Re: How to find the Max of a Piecewise function
  • Next by thread: Re: Stop iteration iconstructing Table