This file is indexed.

/usr/share/axiom-20120501/input/manuel.input is in axiom-test 20120501-8.

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
33
34
35
36
37
38
39
40
41
42
43
)set break resume
)spool manuel.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 3
g:=x/sqrt(x^4+10*x^2-96*x-71)
--R
--R                   x
--R   (1)  -----------------------
--R         +--------------------+
--R         | 4      2
--R        \|x  + 10x  - 96x - 71
--R                                                    Type: Expression(Integer)
--E 1

--S 2 of 3
f:=integrate(g,x)
--R
--R   (2)
--R   -
--R        log
--R                                                    +--------------------+
--R               6      4      3      2               | 4      2                8
--R             (x  + 15x  - 80x  + 27x  - 528x + 781)\|x  + 10x  - 96x - 71  - x
--R           + 
--R                  6       5      4        3        2
--R             - 20x  + 128x  - 54x  + 1408x  - 3124x  - 10001
--R     /
--R        8
--R                                         Type: Union(Expression(Integer),...)
--E 2

--S 3 of 3
differentiate(f,x)-g
--R
--R   (3)  0
--R                                                    Type: Expression(Integer)
--E 3
)spool 
)lisp (bye)