Re: [sympy] Expansion of (x+y)**2 etc.

2012-06-01 Thread Aaron Meurer
This is the intended behavior. If you want the expanded form, call expand() on the expression. Aaron Meurer On Jun 1, 2012, at 2:21 AM, Saurabh Jha wrote: > Hi, > > I noticed that the expansions like (x+y)**2 etc. when evaluated do not > return expanded form, like (x**2+ y**2 2*x*y) in sympy.

[sympy] Expansion of (x+y)**2 etc.

2012-06-01 Thread Saurabh Jha
Hi, I noticed that the expansions like (x+y)**2 etc. when evaluated do not return expanded form, like (x**2+ y**2 2*x*y) in sympy. Can someone please tell me if the issue is raised before and give me the link in the issues list as I am unable to find it in issue tracker. Thank you, -Saurabh Jha