| 1 | initial version |
This result is similar to that from W-alpha:
sage: integrate((a/x+b*x^c)^d,x,algorithm='mathematica_free')
-(x^cb + a/x)^dx*hypergeometric2f1(-(d - 1)/(c + 1), -d, -(d - 1)/(c + 1) + 1,
-bx^(c + 1)/a)/((d - 1)(b*x^(c + 1)/a + 1)^d)
| 2 | No.2 Revision |
This result is similar to that from W-alpha:
sage: -(x^cb
-bx^(c
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.