/usr/lib/open-axiom/input/wutset.input is in open-axiom-test 1.4.1+svn~2626-2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | -- Input generated from WuWenTsunTriangularSetXmpPage
)clear all
R := Integer
ls : List Symbol := [x,y,z,t]
V := OVAR(ls)
E := IndexedExponents V
P := NSMP(R, V)
x: P := 'x
y: P := 'y
z: P := 'z
t: P := 't
T := WUTSET(R,E,V,P)
p1 := x ** 31 - x ** 6 - x - y
p2 := x ** 8 - z
p3 := x ** 10 - t
lp := [p1, p2, p3]
characteristicSet(lp)$T
zeroSetSplit(lp)$T
|