Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : F = ZZ^3

       3
o1 = ZZ

o1 : ZZ-module, free

i2 : class F

o2 = Module

o2 : Type

i3 : parent class F

o3 = ImmutableType

o3 : Type

i4 : showStructure class F

o4 = Thing : HashTable : ImmutableType : Module

o4 : Descent

i5 : showStructure F

o5 = Thing : BasicList : Vector : F

o5 : Descent

i6 : v = F_0 + 3*F_2

o6 = | 1 |
     | 0 |
     | 3 |

       3
o6 : ZZ

i7 : F === ZZ^3

o7 = true

i8 : set (ZZ^3, ZZ^2, ZZ^3)

            2    3
o8 = set {ZZ , ZZ }

o8 : Set

i9 : peek F

o9 = Module of Vector{cache => CacheTable{...2...}                     }
                      numgens => 3
                      RawFreeModule => free(rank 3 degrees = {1, 1, 1})
                      ring => ZZ

i10 : ZZ^3_0 + ZZ^3_2

o10 = | 1 |
      | 0 |
      | 1 |

        3
o10 : ZZ

i11 :