Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : ancestors String

o1 = {String, Net, Thing}

o1 : List

i2 : ancestors class 3

o2 = {ZZ, Number, Thing}

o2 : List

i3 : ancestors class 3.

o3 = {RR, InexactNumber, Number, Thing}

o3 : List

i4 : ancestors ring 3.

o4 = {RR  , RR , InexactNumber , Nothing, Thing}
        53    *               *

o4 : List

i5 : ancestors class ring 3.

o5 = {RealField, InexactField, EngineRing, Ring, Type, MutableHashTable,
     ------------------------------------------------------------------------
     HashTable, Thing}

o5 : List

i6 : ancestors 3

o6 = {3, Nothing, Thing}

o6 : List

i7 :