/usr/share/axiom-20120501/input/segbind.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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | )set break resume
)spool segbind.output
)set message test on
)set message auto off
)clear all
--S 1 of 6
x = a..b
--R
--R
--R (1) x= a..b
--R Type: SegmentBinding(Symbol)
--E 1
--S 2 of 6
sum(i**2, i = 0..n)
--R
--R
--R 3 2
--R 2n + 3n + n
--R (2) -------------
--R 6
--R Type: Fraction(Polynomial(Integer))
--E 2
--S 3 of 6
draw(x**2, x = -2..2)
--R
--I Compiling function %B with type DoubleFloat -> DoubleFloat
--R Graph data being transmitted to the viewport manager...
--R AXIOM2D data being transmitted to the viewport manager...
--R
--R (3) TwoDimensionalViewport: "x^2"
--R Type: TwoDimensionalViewport
--E 3
--S 4 of 6
sb := y = 1/2..3/2
--R
--R
--R 1 3
--R (4) y= (-)..(-)
--R 2 2
--R Type: SegmentBinding(Fraction(Integer))
--E 4
--S 5 of 6
variable(sb)
--R
--R
--R (5) y
--R Type: Symbol
--E 5
--S 6 of 6
segment(sb)
--R
--R
--R 1 3
--R (6) (-)..(-)
--R 2 2
--R Type: Segment(Fraction(Integer))
--E 6
)spool
)lisp (bye)
|