This file is indexed.

/usr/share/axiom-20140801/input/paff.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
 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
)set break resume
)spool paff.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 26
K:= PACRAT
--R 
--R
--R   (1)  PseudoAlgebraicClosureOfRationalNumber
--R                                                                 Type: Domain
--E 1

--S 2 of 26
symb:=[x,y,z]
--R 
--R
--R   (2)  [x,y,z]
--R                                     Type: List(OrderedVariableList([x,y,z]))
--E 2

--S 3 of 26
PolyRing:=DMP(symb,K)
--R 
--R
--R   (3)
--R  DistributedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNum
--R  ber)
--R                                                                 Type: Domain
--E 3

--S 4 of 26
E:=DIRPROD(#symb,NNI)
--R 
--R
--R   (4)  DirectProduct(3,NonNegativeInteger)
--R                                                                 Type: Domain
--E 4

--S 5 of 26
ProjPt := ProjectivePlane(K)
--R 
--R
--R   (5)  ProjectivePlane(PseudoAlgebraicClosureOfRationalNumber)
--R                                                                 Type: Domain
--E 5

--S 6 of 26
AFP:= AffinePlane(K)
--R 
--R
--R   (6)  AffinePlane(PseudoAlgebraicClosureOfRationalNumber)
--R                                                                 Type: Domain
--E 6


--S 7 of 26
BLMET :=  BLQT
--R 
--R
--R   (7)  BlowUpWithQuadTrans
--R                                                                 Type: Domain
--E 7

--S 8 of 26
PCS := NeitherSparseOrDensePowerSeries(K)
--R 
--R
--R   (8)
--R   NeitherSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRationalNumber)
--R                                                                 Type: Domain
--E 8

--S 9 of 26
Plc:= PLACES K
--R 
--R
--R   (9)  Places(PseudoAlgebraicClosureOfRationalNumber)
--R                                                                 Type: Domain
--E 9

--S 10 of 26
DIVISOR:= DIV Plc
--R 
--R
--R   (10)  Divisor(Places(PseudoAlgebraicClosureOfRationalNumber))
--R                                                                 Type: Domain
--E 10

--S 11 of 26
InfClsPoint := InfClsPt(K,symb,BLMET)
--R 
--R
--R   (11)
--R   InfClsPt(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],BlowUpWithQuadTrans)
--R                                                                 Type: Domain
--E 11

--S 12 of 26
DesTree := DesingTree InfClsPoint
--R 
--R
--R   (12)
--R  DesingTree(InfClsPt(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],BlowUpWith
--R  QuadTrans))
--R                                                                 Type: Domain
--E 12

--S 13 of 26
BB:=BlowUpPackage(K,symb,PolyRing,E,BLMET)
--R 
--R
--R   (13)
--R  BlowUpPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],DistributedMulti
--R  variatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),DirectProdu
--R  ct(3,NonNegativeInteger),BlowUpWithQuadTrans)
--R                                                                 Type: Domain
--E 13

--S 14 of 26
P:= GeneralPackageForAlgebraicFunctionField(K,symb,PolyRing,E,ProjPt, _
       PCS,Plc,DIVISOR,InfClsPoint,DesTree,BLMET)
--R 
--R
--R   (14)
--R  GeneralPackageForAlgebraicFunctionField(PseudoAlgebraicClosureOfRationalNumbe
--R  r,[x,y,z],DistributedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfR
--R  ationalNumber),DirectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlge
--R  braicClosureOfRationalNumber),NeitherSparseOrDensePowerSeries(PseudoAlgebraic
--R  ClosureOfRationalNumber),Places(PseudoAlgebraicClosureOfRationalNumber),Divis
--R  or(Places(PseudoAlgebraicClosureOfRationalNumber)),InfClsPt(PseudoAlgebraicCl
--R  osureOfRationalNumber,[x,y,z],BlowUpWithQuadTrans),DesingTree(InfClsPt(Pseudo
--R  AlgebraicClosureOfRationalNumber,[x,y,z],BlowUpWithQuadTrans)),BlowUpWithQuad
--R  Trans)
--R                                                                 Type: Domain
--E 14

--S 15 of 26
ParamPackFC := _
  LocalParametrizationOfSimplePointPackage(K,symb,PolyRing,E,ProjPt,PCS,Plc)
--R 
--R
--R   (15)
--R  LocalParametrizationOfSimplePointPackage(PseudoAlgebraicClosureOfRationalNumb
--R  er,[x,y,z],DistributedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOf
--R  RationalNumber),DirectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlg
--R  ebraicClosureOfRationalNumber),NeitherSparseOrDensePowerSeries(PseudoAlgebrai
--R  cClosureOfRationalNumber),Places(PseudoAlgebraicClosureOfRationalNumber))
--R                                                                 Type: Domain
--E 15

--S 16 of 26
ParamPack := ParametrizationPackage(K,symb,PolyRing,E,ProjPt,PCS,Plc)
--R 
--R
--R   (16)
--R  ParametrizationPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],Distrib
--R  utedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),Di
--R  rectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlgebraicClosureOfRat
--R  ionalNumber),NeitherSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRational
--R  Number),Places(PseudoAlgebraicClosureOfRationalNumber))
--R                                                                 Type: Domain
--E 16

--S 17 of 26
RatSingPack := ProjectiveAlgebraicSetPackage(K,symb,PolyRing,E,ProjPt)
--R 
--R
--R   (17)
--R  ProjectiveAlgebraicSetPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],
--R  DistributedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNum
--R  ber),DirectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlgebraicClosu
--R  reOfRationalNumber))
--R                                                                 Type: Domain
--E 17

--S 18 of 26
IntDivPack := IntersectionDivisorPackage(K,symb,PolyRing,E,ProjPt,PCS,_
                                         Plc,DIVISOR,InfClsPoint,DesTree,BLMET)
--R 
--R
--R   (18)
--R  IntersectionDivisorPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],Dis
--R  tributedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber
--R  ),DirectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlgebraicClosureO
--R  fRationalNumber),NeitherSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRati
--R  onalNumber),Places(PseudoAlgebraicClosureOfRationalNumber),Divisor(Places(Pse
--R  udoAlgebraicClosureOfRationalNumber)),InfClsPt(PseudoAlgebraicClosureOfRation
--R  alNumber,[x,y,z],BlowUpWithQuadTrans),DesingTree(InfClsPt(PseudoAlgebraicClos
--R  ureOfRationalNumber,[x,y,z],BlowUpWithQuadTrans)),BlowUpWithQuadTrans)
--R                                                                 Type: Domain
--E 18

--S 19 of 26
IntFrmPack := InterpolateFormsPackage(K,symb,PolyRing,E,ProjPt,PCS,Plc,DIVISOR)
--R 
--R
--R   (19)
--R  InterpolateFormsPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],Distri
--R  butedMultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),D
--R  irectProduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlgebraicClosureOfRa
--R  tionalNumber),NeitherSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRationa
--R  lNumber),Places(PseudoAlgebraicClosureOfRationalNumber),Divisor(Places(Pseudo
--R  AlgebraicClosureOfRationalNumber)))
--R                                                                 Type: Domain
--E 19

--S 20 of 26
DesTrPack:= DesingTreePackage(K,symb,PolyRing,E,ProjPt,PCS,Plc,DIVISOR,_
                              InfClsPoint,DesTree,BLMET)
--R 
--R
--R   (20)
--R  DesingTreePackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],DistributedM
--R  ultivariatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),DirectP
--R  roduct(3,NonNegativeInteger),ProjectivePlane(PseudoAlgebraicClosureOfRational
--R  Number),NeitherSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRationalNumbe
--R  r),Places(PseudoAlgebraicClosureOfRationalNumber),Divisor(Places(PseudoAlgebr
--R  aicClosureOfRationalNumber)),InfClsPt(PseudoAlgebraicClosureOfRationalNumber,
--R  [x,y,z],BlowUpWithQuadTrans),DesingTree(InfClsPt(PseudoAlgebraicClosureOfRati
--R  onalNumber,[x,y,z],BlowUpWithQuadTrans)),BlowUpWithQuadTrans)
--R                                                                 Type: Domain
--E 20

--S 21 of 26
PackPoly    := PackageForPoly(K,PolyRing,E,#symb)
--R 
--R
--R   (21)
--R  PackageForPoly(PseudoAlgebraicClosureOfRationalNumber,DistributedMultivariate
--R  Polynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),DirectProduct(3,No
--R  nNegativeInteger),3)
--R                                                                 Type: Domain
--E 21

--S 22 of 26
BB:= BlowUpPackage(K,symb,PolyRing,E, BLMET)
--R 
--R
--R   (22)
--R  BlowUpPackage(PseudoAlgebraicClosureOfRationalNumber,[x,y,z],DistributedMulti
--R  variatePolynomial([x,y,z],PseudoAlgebraicClosureOfRationalNumber),DirectProdu
--R  ct(3,NonNegativeInteger),BlowUpWithQuadTrans)
--R                                                                 Type: Domain
--E 22

--S 23 of 26
LinSer      := LinearSystemFromPowerSeriesPackage(K,PCS)
--R 
--R
--R   (23)
--R  LinearSystemFromPowerSeriesPackage(PseudoAlgebraicClosureOfRationalNumber,Nei
--R  therSparseOrDensePowerSeries(PseudoAlgebraicClosureOfRationalNumber))
--R                                                                 Type: Domain
--E 23

--S 24 of 26
f:PolyRing:= x**28*z**8 + 4*x**26*z**10 + 6*x**24*z**12 + 4*x**22*z**14 + _
             4*x**21*y**9*z**6 + x**20*z**16 + 12*x**19*y**9*z**8 + _
             12*x**17*y**9*z**10 + 4*x**15*y**9*z**12 + 6*x**14*y**18*z**4 + _
             12*x**12*y**18*z**6 + 6*x**10*y**18*z**8 + 4*x**7*y**27*z*z + _
             4*x**5*y**27*z**4 + y**36 + (-2*y**20*z**16)
--R 
--R
--R   (24)
--R      28 8     26 10     24 12     22 14     21 9 6    20 16      19 9 8
--R     x  z  + 4x  z   + 6x  z   + 4x  z   + 4x  y z  + x  z   + 12x  y z
--R   + 
--R        17 9 10     15 9 12     14 18 4      12 18 6     10 18 8     7 27 2
--R     12x  y z   + 4x  y z   + 6x  y  z  + 12x  y  z  + 6x  y  z  + 4x y  z
--R   + 
--R       5 27 4    36     20 16
--R     4x y  z  + y   - 2y  z
--IType: DistributedMultivariatePolynomial(...
--E 24

--S 25 of 26
fh:=homogenize(f,3)$P
--R 
--R
--R   (25)
--R      28 8     26 10     24 12     22 14     21 9 6    20 16      19 9 8
--R     x  z  + 4x  z   + 6x  z   + 4x  z   + 4x  y z  + x  z   + 12x  y z
--R   + 
--R        17 9 10     15 9 12     14 18 4      12 18 6     10 18 8     7 27 2
--R     12x  y z   + 4x  y z   + 6x  y  z  + 12x  y  z  + 6x  y  z  + 4x y  z
--R   + 
--R       5 27 4    36     20 16
--R     4x y  z  + y   - 2y  z
--IType: DistributedMultivariatePolynomial([x,y,z],...
--E 25

--S 26 of 26
setCurve(fh)$P
--R 
--R
--R   (26)
--R      28 8     26 10     24 12     22 14     21 9 6    20 16      19 9 8
--R     x  z  + 4x  z   + 6x  z   + 4x  z   + 4x  y z  + x  z   + 12x  y z
--R   + 
--R        17 9 10     15 9 12     14 18 4      12 18 6     10 18 8     7 27 2
--R     12x  y z   + 4x  y z   + 6x  y  z  + 12x  y  z  + 6x  y  z  + 4x y  z
--R   + 
--R       5 27 4    36     20 16
--R     4x y  z  + y   - 2y  z
--IType: DistributedMultivariatePolynomial([x,y,z],...
--E 26

)spool 
)lisp (bye)