Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[x_1 .. x_10, MonomialOrder=>{4,6}];

i2 : options R

o2 = OptionTable{DegreeLift => null                                           }
                 DegreeMap => null
                 DegreeRank => 1
                 Degrees => {{1}, {1}, {1}, {1}, {1}, {1}, {1}, {1}, {1}, {1}}
                 Global => true
                 Heft => {1}
                 Inverses => false
                 Join => null
                 Local => false
                 MonomialOrder => {MonomialSize => 32           }
                                  {GRevLex => {1, 1, 1, 1}      }
                                  {GRevLex => {1, 1, 1, 1, 1, 1}}
                                  {Position => Up               }
                 SkewCommutative => {}
                 Variables => {x , x , x , x , x , x , x , x , x , x  }
                                1   2   3   4   5   6   7   8   9   10
                 WeylAlgebra => {}

o2 : OptionTable

i3 : (options R).MonomialOrder

o3 = {MonomialSize => 32           }
     {GRevLex => {1, 1, 1, 1}      }
     {GRevLex => {1, 1, 1, 1, 1, 1}}
     {Position => Up               }

o3 : VerticalList

i4 : S = QQ[a..d];

i5 : (options S).MonomialOrder

o5 = {MonomialSize => 32     }
     {GRevLex => {1, 1, 1, 1}}
     {Position => Up         }

o5 : VerticalList

i6 :