rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

y = x^k substitution technique #1082

Open rtoy opened 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-04 00:02:32 Created by jdh8 on 2012-11-17 13:07:21 Original: https://sourceforge.net/p/maxima/bugs/2500


Maxima fails to integrate((x^5+x^2)/(x^6+x^3+1),x);

However, it successes to integrate(x^5/(x^6+x^3+1),x) + integrate(x^2/(x^6+x^3+1),x);

I think we can check the gcd of powers of the x's in x*f(x) when integrating f(x)

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-04 00:02:33 Created by jdh8 on 2012-11-17 13:07:22 Original: https://sourceforge.net/p/maxima/bugs/2500/#00f0


The Maxima batch I ran

Attachments: