matrix printing
- To: mathgroup at yoda.physics.unc.edu
 - Subject: matrix printing
 - From: tfister at cornea.mbvlab.wpafb.af.mil (Tom Fister)
 - Date: Fri, 14 Jan 94 11:31:40 EST
 
>From Tom Fister:
I have a very simple io question.  I have
a matrix say:
  
 matrix={{1,2,3},{4,5,6},{7,8,9}}
 
 I would like to print the matrix into an 
 ascii file so that it looks like this:
 
      1 2 3
      4 5 6
      7 8 9
  
  Any suggestions?