This file is indexed.

/usr/share/axiom-20120501/input/exlap.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
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
)set break resume
)spool exlap.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 6
laplace(2/t * (1 - cos(a*t)), t, s)
--R 
--R
--R             2    2
--R   (1)  log(s  + a ) - 2log(s)
--R                                                    Type: Expression(Integer)
--E 1

--S 2 of 6
laplace((exp(a*t) - exp(b*t))/t, t, s)
--R 
--R
--R   (2)  - log(s - a) + log(s - b)
--R                                                    Type: Expression(Integer)
--E 2

--S 3 of 6
laplace(exp(a*t+b)*Ei(c*t), t, s)
--R 
--R
--R          b    s + c - a
--R        %e log(---------)
--R                   c
--R   (3)  -----------------
--R              s - a
--R                                                    Type: Expression(Integer)
--E 3

)clear all

--S 4 of 6
laplace(a*Ci(b*t) + c*Si(d*t), t, s)
--R 
--R
--R               2    2
--R              s  + b             d
--R        a log(-------) + 2c atan(-)
--R                  2              s
--R                 b
--R   (1)  ---------------------------
--R                     2s
--R                                                    Type: Expression(Integer)
--E 4

)clear all

--S 5 of 6
laplace(sin(a*t) * cosh(a*t) - cos(a*t) * sinh(a*t), t, s)
--R 
--R
--R             3
--R           4a
--R   (1)  --------
--R         4     4
--R        s  + 4a
--R                                                    Type: Expression(Integer)
--E 5

)clear all

--S 6 of 6
laplace(t**4 * exp(-a*t) / factorial(4), t, s)
--R 
--R
--R                            1
--R   (1)  ----------------------------------------
--R         5       4      2 3      3 2     4     5
--R        s  + 5a s  + 10a s  + 10a s  + 5a s + a
--R                                                    Type: Expression(Integer)
--E 6
)spool 
)lisp (bye)