Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x

o1 = x

o1 : Symbol

i2 : x_4

o2 = x
      4

o2 : IndexedVariable

i3 : x_(2,3)

o3 = x
      2,3

o3 : IndexedVariable

i4 : x_10 .. x_20

o4 = (x  , x  , x  , x  , x  , x  , x  , x  , x  , x  , x  )
       10   11   12   13   14   15   16   17   18   19   20

o4 : Sequence

i5 : x_(1,1) .. x_(2,3)

o5 = (x   , x   , x   , x   , x   , x   )
       1,1   1,2   1,3   2,1   2,2   2,3

o5 : Sequence

i6 : y_10 = 555;

i7 : y_10

o7 = 555

i8 :