Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[x_1 .. x_4,y]

o1 = R

o1 : PolynomialRing

i2 : y

o2 = y

o2 : R

i3 : baseName y

o3 = y

o3 : Symbol

i4 : x_1

o4 = x
      1

o4 : R

i5 : baseName x_1

o5 = x
      1

o5 : IndexedVariable

i6 : x

o6 = x

o6 : IndexedVariableTable

i7 : baseName x

o7 = x

o7 : Symbol

i8 :