MathGroup Archive 2005

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

Search the Archive

Writing result of "Do" in a single List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55305] Writing result of "Do" in a single List
  • From: Laurent Feuz <laurent.feuz at mat.ethz.ch>
  • Date: Fri, 18 Mar 2005 05:35:27 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi
When I am calculating values with the
Do[expr, {i, imin, imax, di}]
expression, I get single values as a result that are a pain to export.

How can I write these values in a list that then can easily be exported?

Thanks for any hints!
best
Laurent


  • Prev by Date: Re: How can I compute the Fourier transform of a unit disk and a unit ball analytically by using Mathematica?
  • Next by Date: Re: functional programming excercise from Mastering Mathematica
  • Previous by thread: Re: Import Problem
  • Next by thread: Re: Writing result of "Do" in a single List