/usr/lib/open-axiom/input/frac.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 | -- Input generated from FractionXmpPage
)clear all
a := 11/12
b := 23/24
3 - a*b**2 + a + b/a
numer(a)
denom(b)
r := (x**2 + 2*x + 1)/(x**2 - 2*x + 1)
factor(r)
map(factor,r)
continuedFraction(7/12)
partialFraction(7,12)
g := 2/3 + 4/5*%i
g :: FRAC COMPLEX INT
|