Raymond Toy - 2024-08-29
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,9 +1,11 @@
 n testing Maxima to see if it can do some of the integrals that
 Rubi can do, I came up with this problem

-**r: a+log(c*(d+e*x)^n)*b;
+```
+r: a+log(c*(d+e*x)^n)*b;
 s:(f+g*x)^q;
-integrate(r*s,x);**
+integrate(r*s,x);
+```

 Maxima asks 
 **Is q equal to -1?**