$OpenXM: OpenXM/src/Macaulay2/m2/README,v 1.1 2000/12/14 06:12:27 takayama Exp $ ----------------------------------- This module is under development. Here is an example session: ----------------------------------- i1 : load "oxclient.m2" --loaded oxcommon.m2 --loaded oxclient.m2 i2 : a=oxasir(); F = $:2255 and G = $:4616 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 Warning: Cannot allocate colormap entry for "yellow3" Warning: Cannot allocate colormap entry for "gray90" Warning: Cannot allocate colormap entry for "gray30" Read 3 bytes: {77, 50, 0} Read 3 bytes: {77, 50, 0} Read 1 bytes: {0} Read 1 bytes: {1} i3 : QQ[x,y] o3 = QQ [x, y] o3 : PolynomialRing i4 : ideal(x^2-1,y^2-1) 2 2 o4 = ideal (x - 1, y - 1) o4 : Ideal of QQ [x, y] i5 : oxPrimDecomp(a,o4) sendingprimadec([x^2-1,y^2-1],[x, y]); i6 : oxPopCMO(a) 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}}} o6 : List