This file is indexed.

/usr/share/axiom-20140801/input/defintef.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
)set break resume
)spool defintef.output
)set message test on
)set message auto off
)clear all

--S 1 of 8
sin(x)**3/(sin(x)**3+cos(x)**3)
--R 
--R
--R                   3
--R             sin(x)
--R   (1)  -----------------
--R              3         3
--R        sin(x)  + cos(x)
--R                                                    Type: Expression(Integer)
--E 1

--S 2 of 8
integrate(%, x = 0..%pi/2, "noPole")
--R 
--R
--R        2log(16) - 4log(4) + 3%pi
--R   (2)  -------------------------
--R                    12
--R                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
--E 2

--S 3 of 8
x**2/(1+x**3)
--R 
--R
--R           2
--R          x
--R   (3)  ------
--R         3
--R        x  + 1
--R                                          Type: Fraction(Polynomial(Integer))
--E 3

--S 4 of 8
integrate(%, x=0..%plusInfinity)
--R 
--R
--R   (4)   + infinity
--R                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
--E 4

--S 5 of 8
exp(-x**2)*log(x)**2
--R 
--R
--R             2
--R          - x       2
--R   (5)  %e    log(x)
--R                                                    Type: Expression(Integer)
--E 5

--S 6 of 8
integrate(%, x=0..%plusInfinity)
--R 
--R
--R         _ 1             1     _ 1         1 2
--R        | (-)polygamma(1,-) + | (-)digamma(-)
--R           2             2       2         2
--R   (6)  --------------------------------------
--R                           8
--R                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
--E 6

--S 7 of 8
x * asin(x/(x+1))
--R 
--R
--R                 x
--R   (7)  x asin(-----)
--R               x + 1
--R                                                    Type: Expression(Integer)
--E 7

--S 8 of 8
integrate(%, x=0..1)
--R 
--R
--R          +-+
--R        3\|3  - 4
--R   (8)  ---------
--R            6
--R                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
--E 8
)spool
)lisp (bye)