Re: Tabling
- To: mathgroup at smc.vnet.net
- Subject: [mg72377] Re: Tabling
- From: "Steven Shippee" <slshippee at comcast.net>
- Date: Sat, 23 Dec 2006 06:14:36 -0500 (EST)
- References: <emggd5$2ic$1@smc.vnet.net>
- Reply-to: "Steven Shippee" <slshippee at comcast.net>
Without seeing your original code it is difficult to troubleshoot this, but why do you have a comma before your first set of brace codes? Here is an example of a list within the table command that works for me ... is this what you had in mind? \!\(Table[{n, n\^2, n\^3, n\^4}, {n, 1, 10}]\) Steven Shippee slshippee at comcast.net <JGBoone at gmail.com> wrote in message news:emggd5$2ic$1 at smc.vnet.net... > So I am having a problem running a Table[Table[,{}],{}]. It's just > giving the findings of the first table and printing it however many > times I tell the Second table. Any ideas how to get first table to > rerun so i can get different vaules in the second table. >