This file is indexed.

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

expr := (x - exp x + 1)**2 * (sin(x**2) * x + 1)**3
function(expr, f, x)
tbl := [f(0.1 * i - 1) for i in 0..20];
e := (x - y + 1)**2 * (x**2 * y + 1)**2
function(e, g, [x, y])
function(e, h, x, y)
m1 := squareMatrix [[1, 2], [3, 4]]
m2 := squareMatrix [[1, 0], [-1, 1]]
h(m1, m2)