Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

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 : specialFiberIdeal image M

o4 = ideal (f, e, d, c, b, a)

o4 : Ideal of R[w , w , w ]
                 0   1   2

i5 :