This file is indexed.

/usr/lib/open-axiom/input/t111293.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
20
21
22
23
24
25
26
27
28
29
30
31
32
--Copyright The Numerical Algorithms Group Limited 1996.


-- This file tests things fixed on or about Nov 12, 1993

)clear all

-- unions and records in function position

y := operator y
deq := differentiate(y x, x, 2) + differentiate(y x, x) + y x
solve(deq, y, x).basis

)clear all

-- other objects in function position

f := sin
f 5
f 5.6
g(f,x) == f x
g(cos, x)
g(f, x)
g(log, 8.38)

)clear all

-- still more

sin := [1,2,3,4,5,6,7]
sin 4
sin(4)$Expression(Integer)