I have fixed this problem and built a new fedora image at http://axiom-developer.org/axiom-website/downloads/axiom-fedora-mar2011-bin.tgz
I've also added this example as a regression test to the latest test suite. Thanks for the bug report. Tim Daly [email protected] On Sat, 2011-05-21 at 06:15 -0700, T.D. Telford wrote: > At your website, clicking on "Filing a bug report" did not work. > > Problem: > Tutorial section 1.1.5 Legendre polynomial appears to have errors: > > (9) -> p(0)==1 > > Type: Void > (10) -> p(1)==x > > Type: Void > (11) -> p(n) == ((2*n-1)*x*p(n-1) - (n-1) * p(n-2))/n > > Type: Void > (12) -> p(10) > Compiling function p with type Integer -> Polynomial Fraction > Integer > Compiling function p as a recurrence relation. > (12) -> p(10) > > >> System error: > The function |*1;p;1;frame0| is undefined. > > (12) -> coeff(p(90),x,90) > > >> System error: > The function |*1;p;1;frame0| is undefined. > > Regards, > Doug > > _______________________________________________ > Axiom-developer mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/axiom-developer _______________________________________________ Axiom-developer mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/axiom-developer
