Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 5422

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: -1163489933 *}

i1 : setNmzFilename("example"); -- to keep the files

i2 : sgr=matrix({{1,2,3},{4,5,6},{7,8,10}})

o2 = | 1 2 3  |
     | 4 5 6  |
     | 7 8 10 |

              3        3
o2 : Matrix ZZ  <--- ZZ

i3 : writeNmzData(sgr,1)

i4 : get(setNmzFile()|".in")

o4 = 3
     3
     1 2 3 
     4 5 6 
     7 8 10 
     1


i5 : rmNmzFiles();

i6 :