/usr/lib/open-axiom/input/slowint.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 | --Copyright The Numerical Algorithms Group Limited 1994.
-- test intalg.spad
k := 7/5
mu := sqrt ( ((k-1)*m**2 + 2)/(2*k*m**2 -(k-1)))
km := 2/ ( (1+(2/(k+1)) * (1-mu**2)/mu)*(2*mu + 1 + 1/(m**2)))
f := - 2*m / ((m**2-1)*km)
integrate(f,m)
|