Package: axiom Version: 20120501-1 Severity: normal Dear Camm,
taking the examples from http://axiom.axiom-developer.org/axiom- website/hyperdoc/axbook/section-0.1.xhtml many of them failed. First was "0.1.3 Graphics" which was computed but did not generate any output/graphic: (1) -> draw(5*besselJ(0,sqrt(x**2+y**2)), x=-20..20, y=-20..20) Compiling function %D with type (DoubleFloat,DoubleFloat) -> DoubleFloat (1) -> Next one with no output: (1) -> p(0) == 1 Type: Void (2) -> p(1) == x Type: Void (3) -> p(n) == ((2*n-1)*x*p(n-1) - (n-1) * p(n-2))/n Type: Void (4) -> p(10) Compiling function p with type Integer -> Polynomial(Fraction( Integer)) Compiling function p as a recurrence relation. (4) -> (4) -> coefficient(p(90),x,90) 4) -> >> System error: The function |*1;p;1;frame0| is undefined. (12) -> sinCosExpandRules := rule; sin(x+y) == sin(x)*cos(y) + sin(y)*cos(x); cos(x+y) == cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == 2*sinCosExpandRules := rule; sin(x+y) == sin(x)*cos(y) + sin(y)*cos(x); cos(x+y) == cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == 2*sin(x)*cos(x); cos(2*x) == cos(x)**2 - sin(x)**2 Line 1: sinCosExpandRules := rule; sin(x+y) == sin(x)*cos(y) + sin(y)*cos(x); cos(x+y) == cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == 2*sin(x)*cos(x); cos(2*x) == cos(x)**2 - sin(x)**2 .....................A Error A: syntax error at top level Error A: Improper syntax. 2 error(s) parsing (12) -> sinCosExpandRules := rule Line 1: sinCosExpandRules := rule .....................A Error A: syntax error at top level Error A: Improper syntax. 2 error(s) parsing (12) Thank you very much. Regards, Edi -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages axiom depends on: ii axiom-databases 20120501-1 ii libc6 2.13-38 ii libgmp10 2:5.0.5+dfsg-2 ii libreadline6 6.2+dfsg-0.1 ii libx11-6 2:1.5.0-1 ii libxpm4 1:3.5.10-1 Versions of packages axiom recommends: ii axiom-doc 20120501-1 ii axiom-graphics 20120501-1 ii axiom-hypertex 20120501-1 ii axiom-source 20120501-1 Versions of packages axiom suggests: ii axiom-test 20120501-1 pn axiom-tex <none> pn nowebm <none> pn texmacs <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org