MathGroup Archive 2006

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

Search the Archive

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.
> 



  • Prev by Date: Re: Any simple way to flatten all but the bottom level?
  • Next by Date: Re: elasticity
  • Previous by thread: Re: terminate the NestWhile
  • Next by thread: Re: Tabling