Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try to replace the term 2^(1/2) by a variable a:

var('x,a')
integrate(2*x+x^2*a,x, algorithm="fricas")

to obtain

1/3*x^3*a + x^2

Then you can substitute a=2^(1/2).