[BACK]Return to README CVS log [TXT][DIR] Up to [local] / OpenXM / src / Macaulay2 / m2

Annotation of OpenXM/src/Macaulay2/m2/README, Revision 1.1

1.1     ! takayama    1: $OpenXM$
        !             2:
        !             3: -----------------------------------
        !             4: This module is under development.
        !             5:
        !             6: Here is an example session:
        !             7: -----------------------------------
        !             8:
        !             9: i1 : load "oxclient.m2"
        !            10: --loaded oxcommon.m2
        !            11: --loaded oxclient.m2
        !            12:
        !            13: i2 : a=oxasir();
        !            14: F = $:2255 and  G = $:4616
        !            15: ssh -f -l taka localhost ' xterm -geometry 80x25-0-0  -e ox -ox ox_asir -data 4616 -control 2255 -reverse  -host localhost -pass M2  '  >/dev/null
        !            16: Warning: Cannot allocate colormap entry for "yellow3"
        !            17: Warning: Cannot allocate colormap entry for "gray90"
        !            18: Warning: Cannot allocate colormap entry for "gray30"
        !            19: Read 3 bytes: {77, 50, 0}
        !            20: Read 3 bytes: {77, 50, 0}
        !            21: Read 1 bytes: {0}
        !            22: Read 1 bytes: {1}
        !            23:
        !            24: i3 : QQ[x,y]
        !            25:
        !            26: o3 = QQ [x, y]
        !            27:
        !            28: o3 : PolynomialRing
        !            29:
        !            30: i4 : ideal(x^2-1,y^2-1)
        !            31:
        !            32:              2       2
        !            33: o4 = ideal (x  - 1, y  - 1)
        !            34:
        !            35: o4 : Ideal of QQ [x, y]
        !            36:
        !            37: i5 : oxPrimDecomp(a,o4)
        !            38: sendingprimadec([x^2-1,y^2-1],[x, y]);
        !            39: i6 : oxPopCMO(a)
        !            40: o6 = {{{y - 1, x - 1}, {y - 1, x - 1}}, {{y - 1, x + 1}, {y - 1, x + 1}}, {{y + 1, x - 1}, {y + 1, x - 1}}, {{y + 1, x + 1}, {y + 1, x + 1}}}
        !            41:
        !            42: o6 : List

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>