Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x_1

o1 = x
      1

o1 : IndexedVariable

i2 : x_1 .. x_10

o2 = (x , x , x , x , x , x , x , x , x , x  )
       1   2   3   4   5   6   7   8   9   10

o2 : Sequence

i3 : x_(a,1) .. x_(b,3)

o3 = (x   , x   , x   , x   , x   , x   )
       a,1   a,2   a,3   b,1   b,2   b,3

o3 : Sequence

i4 :