Exercise algebra.manipulation.polynomial.expand

Description
expand an expression to polynomial normal form

Examples

easy (18)

5*(x+1)

-3*(x-3)

(x-1)*7

4*(3-2*x)

(x+1)*(x-3)

(x+1)*(1-x)

x*(x-1)

3*(x-2)*2*x

(x-1)^2

(x+1)^2

(x-1)^2*(x+1)

(x+1)^3

(x-1)^3*x

(x-1)*(x+3)*(x-5)

x/2

(x+1)/2

(x+1)/2+(x+2)/3

(x+1)/2*((x+2)/3)