Why is Sympy simplify() returning the same result as factor()?

后端 未结 0 2030
面向向阳花
面向向阳花 2021-02-19 13:06

So, I was messing around with Sympy, and here\'s my code:

>>> e=expand((x-2+2*y)+(y+2*z+x**2))
>>> e
 2                    
x  + x + 3⋅y + 2⋅z -         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题