Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : toString {1,4,a,f,212312,2.123243242}

o1 = {1, 4, a, f, 212312, 2.12324}

i2 : R = QQ[x_1..x_5];

i3 : toExternalString R

o3 = QQ[x_1, x_2, x_3, x_4, x_5, Degrees => {5:1}, Heft => {1}, MonomialOrder
     => VerticalList{MonomialSize => 32, GRevLex => {5:1}, Position => Up},
     DegreeRank => 1]

i4 : x_1^3-3/4*x_5*x_3

      3   3
o4 = x  - -x x
      1   4 3 5

o4 : R

i5 : toExternalString oo

o5 = x_1^3-(3/4)*x_3*x_5

i6 : value oo

      3   3
o6 = x  - -x x
      1   4 3 5

o6 : R

i7 :