/usr/share/doc/mathomatic/tests/test2.in is in mathomatic 16.0.4-1.
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 | clear all
y=(a/2)^2/b/4
l=f*(b-y)+z*(a-f)
m=2*(b-y)-a+f
n=2*(b-y)+a-f
o=l*(1/m-1/n)/2
eliminate l m n y
simplify
copy
f
simplify symbolic
6
derivative z
f
repeat simplify symbolic
|