This file is indexed.

/usr/share/axiom-20140801/input/defintrf.input is in axiom-test 20140801-6.

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
)set break resume
)spool defintrf.output
)set message test on
)set message auto off
)clear all

--S 1 of 3
f := (x**4 - 3*x**2 + 6)/(x**6-5*x**4+5*x**2+4)
--R 
--R
--R            4     2
--R           x  - 3x  + 6
--R   (1)  ------------------
--R         6     4     2
--R        x  - 5x  + 5x  + 4
--R                                          Type: Fraction(Polynomial(Integer))
--E 1

--S 2 of 3
integrate(f, x = 1..2)
--R 
--R
--R                                               1
--R        2atan(8) + 2atan(5) + 2atan(2) + 2atan(-) - %pi
--R                                               2
--R   (2)  -----------------------------------------------
--R                               2
--R                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
--E 2

--S 3 of 3
numeric %
--R 
--R
--R   (3)  2.8198420991 931510451
--R                                                                  Type: Float
--E 3
)spool
)lisp (bye)