This file is indexed.

/usr/share/axiom-20140801/input/spline.input is in axiom-test 20140801-11.

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
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
)set break resume
)sys rm -f spline.output
)spool spline.output
)set message test on
)set message auto off
)clear all

--S 1 of 16
incoef:=[_
[0  ,  0, 1,   0,  0, 0,   0,  0, 0,   0,     0,   0,   0,     0,   0],_
[100, 10, 1,   0,  0, 0,   0,  0, 0,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0, 100, 10, 1,   0,  0, 0,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0, 225, 15, 1,   0,  0, 0,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0, 225, 15, 1,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0, 400, 20, 1,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0,   0,  0, 0, 400,    20,   1,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0,   0,  0, 0, 506.25, 22.5, 1,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0,   0,  0, 0,   0,     0,   0, 506.25, 22.5, 1],_
[  0,  0, 0,   0,  0, 0,   0,  0, 0,   0,     0,   0, 900,    30,   1],_
[ 20,  1, 0, -20, -1, 0,   0,  0, 0,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0,  30,  1, 0, -30, -1, 0,   0,     0,   0,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0,  40,  1, 0, -40,    -1,   0,   0,     0,   0],_
[  0,  0, 0,   0,  0, 0,   0,  0, 0,  45,     1,   0, -45,    -1,   0],_
[  1,  0, 0,   0,  0, 0,   0,  0, 0,   0,     0,   0,   0,     0,   0]]
--R 
--R
--R   (1)
--R   [[0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [100.0,10.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,100.0,10.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,225.0,15.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,225.0,15.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,400.0,20.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,400.0,20.0,1.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,506.25,22.5,1.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,506.25,22.5,1.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,900.0,30.0,1.0],
--R    [20.0,1.0,0.0,- 20.0,- 1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,30.0,1.0,0.0,- 30.0,- 1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,40.0,1.0,0.0,- 40.0,- 1.0,0.0,0.0,0.0,0.0],
--R    [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.0,1.0,0.0,- 45.0,- 1.0,0.0],
--R    [1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]]
--R                                                      Type: List(List(Float))
--E 1

--S 2 of 16
vals:Vector(Float):=_
[0,227.04,227.04,362.78,362.78,517.35,517.35,602.97,602.97,901.67,0,0,0,0,0]
--R 
--R
--R   (2)
--R   [0.0, 227.04, 227.04, 362.78, 362.78, 517.35, 517.35, 602.97, 602.97,
--R    901.67, 0.0, 0.0, 0.0, 0.0, 0.0]
--R                                                          Type: Vector(Float)
--E 2

--S 3 of 16
digits(5)
--R 
--R
--R   (3)  20
--R                                                        Type: PositiveInteger
--E 3

--S 4 of 16
outcoef:=solve(incoef,vals)
--R 
--R
--R   (4)
--R   [
--R     particular =
--R       [0.0, 22.704, 0.0, 0.88882, 4.926, 88.888, - 0.1356, 35.66, - 141.6,
--R        1.6045, - 33.94, 554.41, 0.20905, 28.851, - 152.01]
--R     ,
--R    basis= [[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]]]
--RType: Record(particular: Union(Vector(Float),"failed"),basis: List(Vector(Float)))
--E 4

--S 5 of 16
D:=outcoef.particular
--R 
--R
--R   (5)
--R   [0.0, 22.704, 0.0, 0.88882, 4.926, 88.888, - 0.1356, 35.66, - 141.6, 1.6045,
--R    - 33.94, 554.41, 0.20905, 28.851, - 152.01]
--R                                               Type: Union(Vector(Float),...)
--E 5

--S 6 of 16
s1:=D.1*t^2+D.2*t+D.3
--R 
--R
--R   (6)  22.704 t
--R                                                      Type: Polynomial(Float)
--E 6

--S 7 of 16
s2:=D.4*t^2+D.5*t+D.6
--R 
--R
--R                 2
--R   (7)  0.88882 t  + 4.926 t + 88.888
--R                                                      Type: Polynomial(Float)
--E 7

--S 8 of 16
s3:=D.7*t^2+D.8*t+D.9
--R 
--R
--R                  2
--R   (8)  - 0.1356 t  + 35.66 t - 141.6
--R                                                      Type: Polynomial(Float)
--E 8

--S 9 of 16
s4:=D.10*t^2+D.11*t+D.12
--R 
--R
--R                2
--R   (9)  1.6045 t  - 33.94 t + 554.41
--R                                                      Type: Polynomial(Float)
--E 9

--S 10 of 16
s5:=D.13*t^2+D.14*t+D.15
--R 
--R
--R                  2
--R   (10)  0.20905 t  + 28.851 t - 152.01
--R                                                      Type: Polynomial(Float)
--E 10

--S 11 of 16
s3(16)
--R 
--R
--R   (11)  394.26
--R                                                                  Type: Float
--E 11

--S 12 of 16
s3d:=differentiate(s3,t)
--R 
--R
--R   (12)  - 0.27112 t + 35.66
--R                                                      Type: Polynomial(Float)
--E 12

--S 13 of 16
s3d(16)
--R 
--R
--R   (13)  31.323
--R                                                                  Type: Float
--E 13

--S 14 of 16
s2i:=integrate(s2,t)
--R 
--R
--R                  3          2
--R   (14)  0.29628 t  + 2.463 t  + 88.888 t
--R                                                      Type: Polynomial(Float)
--E 14

--S 15 of 16
s3i:=integrate(s3,t)
--R 
--R
--R                     3          2
--R   (15)  - 0.045187 t  + 17.83 t  - 141.6 t
--R                                                      Type: Polynomial(Float)
--E 15

--S 16 of 16
(s2i(15)-s2i(11)) + (s3i(16)-s3i(15))
--R 
--R
--R   (16)  1595.9
--R                                                                  Type: Float
--E 16

)spool 
)lisp (bye)