axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] Problem with integrate


From: Nicolas Robidoux
Subject: Re: [Axiom-mail] Problem with integrate
Date: Sun, 23 Nov 2014 15:07:21 +0100

Looks like a bug to me.

On 22 November 2014 at 07:55, Thomas Baruchel <address@hidden> wrote:
Hi,

I am really new to Axiom. I downloaded it in order to try it with the following
integral. I have here three commands (see below):
  * definite integral between 0 and 1
  * symbolic integration
  * derivative of previous output (which doesn't match my input)

What am I doing wrong? Best regards, tb.

integrate((16*x^14-125*x^10+150*x^6+375*x^2)/(256*x^16+480*x^12+1025*x^8+750*x^4 +625),x=0..1)

         5
   (1)  --
        77
                  Type: Union(f1: OrderedCompletion(_expression_(Integer)),...)
(2) -> integrate((16*x^14-125*x^10+150*x^6+375*x^2)/(256*x^16+480*x^12+1025*x^8+750*x^4 +625),x)

               7      3
             5x  + 35x
   (2)  -------------------
            8       4
        176x  + 165x  + 275
                                         Type: Union(_expression_(Integer),...)
(3) -> D( (5*x^7+35*x^3)/(176*x^8+165*x^4+275) ,x)

                  14        10       6        2
             - 80x   - 2575x   + 350x  + 2625x
   (3)  -------------------------------------------
             16        12         8        4
        2816x   + 5280x   + 11275x  + 8250x  + 6875
                                          Type: Fraction(Polynomial(Integer))


--
Thomas Baruchel

_______________________________________________
Axiom-mail mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/axiom-mail


reply via email to

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