Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R=QQ[a,b,c,d,e,f]

o1 = R

o1 : PolynomialRing

i2 : M=matrix{{a,c,e},{b,d,f}}

o2 = | a c e |
     | b d f |

             2       3
o2 : Matrix R  <--- R

i3 : analyticSpread image M

o3 = 3

i4 : specialFiber image M

o4 = QQ[w , w , w ]
         0   1   2

o4 : PolynomialRing

i5 :