First time here? Check out the FAQ!
answered 2014-11-27 22:09:05 +0100
Use symbolic variables ?
sage: X=var('X') sage: ((X+1)**2+1) (X + 1)^2 + 1