First time here? Check out the FAQ!
answered 2012-01-21 17:47:35 +0100
You can avoid the question:
sage: x,y,u,v,p,k=var('x,y,u,v,p,k')
sage: integrate(x+y^k, y,algorithm='sympy')
x*y + y^(k + 1)/(k + 1)