Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : y = x_3

o1 = x
      3

o1 : IndexedVariable

i2 : x_3 = 4

o2 = 4

i3 : x_3

o3 = 4

i4 : y

o4 = x
      3

o4 : IndexedVariable

i5 : value y

o5 = 4

i6 :