Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : A = QQ[x,y];

i2 : gens A

o2 = {x, y}

o2 : List

i3 : kk = toField(QQ[t]/(t^3-t-1));

i4 : B = kk[x,y,z];

i5 : generators B

o5 = {x, y, z}

o5 : List

i6 : generators(B, CoefficientRing => QQ)

o6 = {x, y, z, t}

o6 : List

i7 :