Issue 1513 in sympy: complex log is not simplified

2009-07-03 Thread codesite-noreply
Status: New Owner: nicolas.pourcelot Labels: Type-Enhancement Priority-Medium New issue 1513 by nicolas.pourcelot: complex log is not simplified http://code.google.com/p/sympy/issues/detail?id=1513 sympy.log should be able to symplify at least simple examples : >>> sympy.log("sqrt(2)/2+sqrt(2)/

Issue 1513 in sympy: complex log is not simplified

2009-07-04 Thread codesite-noreply
Comment #1 on issue 1513 by ronan.l...@gmail.com: complex log is not simplified http://code.google.com/p/sympy/issues/detail?id=1513 simplify is rather dumb, by design I think. On the other hand: >>> sympy.expand(sympy.log("sqrt(2)/2+sqrt(2)/2*I"), complex=True) pi*I/4 As for your suggestion