This file is indexed.

/usr/lib/open-axiom/input/ipftest.input is in open-axiom-test 1.5.0~svn3056+ds-1.

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
--Copyright The Numerical Algorithms Group Limited 1996.

gf2 := PF 2
a : gf2 := primitiveElement()$gf2
order a                          
primitive? a
createPrimitivePoly(2)$FFPOLY(gf2)
createPrimitivePoly(4)$FFPOLY(gf2)
createPrimitivePoly(12)$FFPOLY(gf2)
createPrimitivePoly(5)$FFPOLY(PF 3)