MathGroup Archive 2005

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

Search the Archive

Re: Writing result of "Do" in a single List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55342] Re: [mg55305] Writing result of "Do" in a single List
  • From: János <janos.lobb at yale.edu>
  • Date: Sat, 19 Mar 2005 04:46:48 -0500 (EST)
  • References: <200503181035.FAA14780@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I would look into something like"

doList=First@Last@Reap[Do[Sow[expr]{i,imin,imax,di}]]]

János

On Mar 18, 2005, at 5:35 AM, Laurent Feuz wrote:

> 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: Re: Interaction of Sum/Plus and KroneckerDelta
  • Next by Date: Re: Writing result of "Do" in a single List
  • Previous by thread: Writing result of "Do" in a single List
  • Next by thread: Re: Writing result of "Do" in a single List