This file is indexed.

/usr/lib/open-axiom/input/fparfrc.input is in open-axiom-test 1.4.1+svn~2626-2ubuntu2.

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
-- Input generated from FullPartialFractionExpansionXmpPage
)clear all

Fx := FRAC UP(x, FRAC INT)
f : Fx := 36 / (x**5-2*x**4-2*x**3+4*x**2+x-2)
g := fullPartialFraction f
g :: Fx
g5 := D(g, 5)
f5 := D(f, 5)
g5::Fx - f5
f : Fx := (x**5 * (x-1)) / ((x**2 + x + 1)**2 * (x-2)**3)
g := fullPartialFraction f
g :: Fx - f
f : Fx := (2*x**7-7*x**5+26*x**3+8*x) / (x**8-5*x**6+6*x**4+4*x**2-8)
g := fullPartialFraction f
g :: Fx - f
f:Fx := x**3 / (x**21 + 2*x**20 + 4*x**19 + 7*x**18 + 10*x**17 + 17*x**16 + 22*x**15 + 30*x**14 + 36*x**13 + 40*x**12 + 47*x**11 + 46*x**10 + 49*x**9 + 43*x**8 + 38*x**7 + 32*x**6 + 23*x**5 + 19*x**4 + 10*x**3 + 7*x**2 + 2*x + 1)
g := fullPartialFraction f
g :: Fx - f