Processing math: 100%

SymPy Gamma logo SymPy Gamma

factor (x**2+4*x*y+4*y**2)
Factorization of x2+4xy+4y2

Evaluate with respect to…

(x+2y)2
Cannot plot multivariate function
solve((x + 2*y)**2, y)
y=
diff((x + 2*y)**2, y)
y(x+2y)2=
series((x + 2*y)**2, y, 0, 10)
See what Wolfram|Alpha has to say.

Need more control? Try SymPy Live.