MathGroup Archive 2002

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

Search the Archive

Re: Table using as iterator a multiple of 10, 100, ...,10^n

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37155] Re: Table using as iterator a multiple of 10, 100, ...,10^n
  • From: AES <siegman at stanford.edu>
  • Date: Sun, 13 Oct 2002 05:56:55 -0400 (EDT)
  • References: <ao8ool$bo7$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

> I would like obtain the same Output in a more elegant way. In other word, how 
> Can I avoid write "Table[{t, x[t], y[t], z[t]}" a few times.

    Table[{t=10^k; t, x[t], y[t], z[t]}, {k, 0, 3, 0.2}]

or something similar.


  • Prev by Date: re: Accuracy and Precision
  • Next by Date: Re: ParametricPlot Question
  • Previous by thread: Table using as iterator a multiple of 10, 100, ...,10^n
  • Next by thread: Re: Table using as iterator a multiple of 10, 100, ...,10^n