/usr/share/axiom-20120501/input/parpcurv.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 | --Copyright The Numerical Algorithms Group Limited 1991.
-- test for ParametricPlaneCurve domain
draw(curve(sin(3*t),cos(3*t)),t = -5*%pi..5*%pi)
draw(curve(sin(tan(t)),tan(sin(t))),t = -5*%pi..5*%pi)
|