This file is indexed.

/usr/lib/open-axiom/input/perman.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
-- Input generated from PermanentXmpPage
)clear all

kn n ==
  r : MATRIX INT := new(n,n,1)
  for i in 1..n repeat
    r.i.i := 0
  r
permanent(kn(5) :: SQMATRIX(5,INT))
[permanent(kn(n) :: SQMATRIX(n,INT)) for n in 1..13]