This file is indexed.

/usr/share/axiom-20120501/input/risch.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
 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
)set break resume
)sys rm -f risch.output
)spool risch.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 8
f:=x/(sqrt(x^4+10*x^2-96*x-71))
--R 
--R
--R                   x
--R   (1)  -----------------------
--R         +--------------------+
--R         | 4      2
--R        \|x  + 10x  - 96x - 71
--R                                                    Type: Expression(Integer)
--E 1

--S 2 of 8
integrate(f,x)
--R 
--R
--R   (2)
--R   -
--R        log
--R                                                    +--------------------+
--R               6      4      3      2               | 4      2                8
--R             (x  + 15x  - 80x  + 27x  - 528x + 781)\|x  + 10x  - 96x - 71  - x
--R           + 
--R                  6       5      4        3        2
--R             - 20x  + 128x  - 54x  + 1408x  - 3124x  - 10001
--R     /
--R        8
--R                                         Type: Union(Expression(Integer),...)
--E 2

--S 3 of 8
g:=x/(sqrt(x^4+10*x^2-96*x-72))
--R 
--R
--R                   x
--R   (3)  -----------------------
--R         +--------------------+
--R         | 4      2
--R        \|x  + 10x  - 96x - 72
--R                                                    Type: Expression(Integer)
--E 3

--S 4 of 8
integrate(g,x)
--R 
--R
--R           x
--I         ++              %S
--I   (4)   |   -------------------------- d%S
--R        ++    +-----------------------+
--R              |  4       2
--I             \|%S  + 10%S  - 96%S - 72
--R                                         Type: Union(Expression(Integer),...)
--E 4


)clear all 

--S 5 of 8
f:=x/(sqrt(x^4+10*x^2-96*x-71))
--R 
--R
--R                   x
--R   (1)  -----------------------
--R         +--------------------+
--R         | 4      2
--R        \|x  + 10x  - 96x - 71
--R                                                    Type: Expression(Integer)
--E 5

--S 6 of 8
integrate(f,x)
--R 
--R
--R   (2)
--R   -
--R        log
--R                                                    +--------------------+
--R               6      4      3      2               | 4      2                8
--R             (x  + 15x  - 80x  + 27x  - 528x + 781)\|x  + 10x  - 96x - 71  - x
--R           + 
--R                  6       5      4        3        2
--R             - 20x  + 128x  - 54x  + 1408x  - 3124x  - 10001
--R     /
--R        8
--R                                         Type: Union(Expression(Integer),...)
--E 6

)clear all

--S 7 of 8
f:=(x^2+2*x+1+(3*x+1)*sqrt(x+log(x)))/(x*sqrt(x+log(x))*(x+sqrt(x+log(x))))
--R 
--R
--R                 +----------+    2
--R        (3x + 1)\|log(x) + x  + x  + 2x + 1
--R   (1)  -----------------------------------
--R           2 +----------+               2
--R          x \|log(x) + x  + x log(x) + x
--R                                                    Type: Expression(Integer)
--E 7

--S 8 of 8
integrate(f,x)
--R 
--R 
--RDaly Bug
--R   >> Error detected within library code:
--R   integrate: implementation incomplete (constant residues)
--R
--R   Continuing to read the file...
--R
--E 8

)spool 
)lisp (bye)