/usr/share/axiom-20120501/input/kovacic.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 | )set break resume
)spool kovacic.output
)set message test on
)set message auto off
)clear all
--S 1 of 3
y := operator y
--R
--R
--R (1) y
--R Type: BasicOperator
--E 1
--S 2 of 3
eq := 2*x**3 * differentiate(y x,x,2) + 3*x**2 * differentiate(y x,x) - 2 * y x
--R
--R
--R 3 ,, 2 ,
--R (2) 2x y (x) + 3x y (x) - 2y(x)
--R
--R Type: Expression(Integer)
--E 2
--S 3 of 3
solve(eq,y,x).basis
--R
--R
--R 2 2
--R - ---- ----
--R +-+ +-+
--R \|x \|x
--R (3) [%e ,%e ]
--R Type: List(Expression(Integer))
--E 3
)spool
)lisp (bye)
|