axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Axiom Fedora Mar 2011 bin - Problem report


From: daly
Subject: Re: [Axiom-developer] Axiom Fedora Mar 2011 bin - Problem report
Date: Tue, 24 May 2011 17:38:06 -0400

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
address@hidden

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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/axiom-developer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]