MathGroup Archive 1999

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

Search the Archive

compressed list output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19671] compressed list output
  • From: Rita Bijlsma <R.Bijlsma at iri.tudelft.nl>
  • Date: Thu, 9 Sep 1999 02:19:45 -0400
  • Organization: Interfaculty Reactor Institute of Delft
  • Sender: owner-wri-mathgroup at wolfram.com

Hi All,

  I want to output a list as short as possible, but including
  all information:

   {0.1, 0.35, 0.6, 1.4, 2.62291, 6, 20}

  Should preferably by written as:

   {.1,.35,.6,1.4,2.62291,6,20}
    
  Can someone tell me how to do this? Changing the separator
  from ", " to "," would already help a lot!

                    Thanks for all and any help!,
                                                 Rita 
     

-- 
  .-. || Drs. Rita Bijlsma                 tel: +31-15-2787109
 /   \|| IRI dept of Radiation Physics     fax: +31-15-2786422
 |   ||| Delft University of Technology  email: rita at iri.tudelft.nl     
 |   |||_The Netherlands ______________ http://www.iri.tudelft.nl/~rita


  • Prev by Date: NIntegrate: <XXX> should be a machine-size complex number??.
  • Next by Date: Finding a relative prime
  • Previous by thread: Re: NIntegrate: <XXX> should be a machine-size complex number??.
  • Next by thread: Re: compressed list output