MathGroup Archive 1993

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

Search the Archive

Generating comma separated output

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Generating comma separated output
  • From: Yuichi Pop Kimura (Col.of Indust.Eng.,Nihon univ.) <kimura at juno.ka.cit.nihon-u.ac.jp>
  • Date: Sat, 01 May 93 15:20:02 JST

Dear Mathgroup,
    I want to write a any dimensional list to text file in which each
element in the list is separated by comma.  For example,

        a = Table[ {i, 10 i}, {i,10} ] ;

>From the list of a, I want following output

         1,  10
         2,  20
         .
         .
         .

And,

        b = Table[ {i, 2i, 3i, ....}, {i,10} ] ;

Also I want follwing output,

        1, 2, 3, ....
	.
	.
	.

Please tell me how.

----------
Yuichi Kimura,Ph.D: Dep.of Industrial Eng. & Management, Col.of Industrial
Technology, Nihon univ., 1-2-1, Izumi, Narashino, Chiba, 275, Japan
TEL:0474(74)2637	FAX:0474(74)2619	CALL SIGN : JN1LXJ





  • Next by Date: Re: Hiding Plots
  • Next by thread: Re: Hiding Plots