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