Re: Issue 2043 in sympy: log should not expand(1/x) (was "expand log can be more complete" and "logcombine can be less strict")

2010-12-05 Thread sympy
Issue 2043: log should not expand(1/x) (was "expand log can be more complete" and "logcombine can be less strict") http://code.google.com/p/sympy/issues/detail?id=2043 This issue is now blocking issue 2113. See http://code.google.com/p/sympy/issues/detail?id=2113 -- You received this message b

Re: Issue 2113 in sympy: integrate(cos(log(x**2))/x) hangs

2010-12-05 Thread sympy
Updates: Status: Started Blockedon: 2043 Comment #3 on issue 2113 by asmeurer: integrate(cos(log(x**2))/x) hangs http://code.google.com/p/sympy/issues/detail?id=2113 Interesting. I bisected, and it looks like this commit fixes it: commit eda08779c7a1b3fe7a97854c3436075c901bd56b

Re: Issue 2112 in sympy: classify_ode(C_j(t).diff(t) + alpha_j**2*C_j(t) - 4*exp(-t)/(alpha_j**2*J0(alpha_j*c)), C_j(t)) doesn't catch undetermined_coefficients

2010-12-05 Thread sympy
Comment #1 on issue 2112 by smichr: classify_ode(C_j(t).diff(t) + alpha_j**2*C_j(t) - 4*exp(-t)/(alpha_j**2*J0(alpha_j*c)), C_j(t)) doesn't catch undetermined_coefficients http://code.google.com/p/sympy/issues/detail?id=2112 fails in t2, too. -- You received this message because you are su

Re: Issue 2113 in sympy: integrate(cos(log(x**2))/x) hangs

2010-12-05 Thread sympy
Comment #2 on issue 2113 by smichr: integrate(cos(log(x**2))/x) hangs http://code.google.com/p/sympy/issues/detail?id=2113 This integrates in about 0.5 second on my slow laptop in branch t2. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To p

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-12-05 Thread sympy
Comment #17 on issue 1916 by xiaopch: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 #!/usr/bin/env python """Plotting example Demonstrates simple plotting. """ from sympy import Symbol, cos, sin, Plot, log, tan fr

Re: Issue 2113 in sympy: integrate(cos(log(x**2))/x) hangs

2010-12-05 Thread sympy
Updates: Labels: Integration Comment #1 on issue 2113 by asmeurer: integrate(cos(log(x**2))/x) hangs http://code.google.com/p/sympy/issues/detail?id=2113 It still hangs on my branch (though it does eventually finish). Of course, eventually risch_integrate() will be able to handle this

Issue 2113 in sympy: integrate(cos(log(x**2))/x) hangs

2010-12-05 Thread sympy
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium New issue 2113 by ondrej.certik: integrate(cos(log(x**2))/x) hangs http://code.google.com/p/sympy/issues/detail?id=2113 Before this commit: https://github.com/sympy/sympy/commit/bf32cd36acaa6c1c3ba1dc8f16144d65ec86c708 i

Re: Issue 1475 in sympy: New implementation of .eval in trigonometric functions, implementing sec, csc

2010-12-05 Thread sympy
Comment #6 on issue 1475 by asmeurer: New implementation of .eval in trigonometric functions, implementing sec, csc http://code.google.com/p/sympy/issues/detail?id=1475 Well, if no one else does it, I will have to eventually in order to make the trigonometric integration work correctly in r

Issue 2112 in sympy: classify_ode(C_j(t).diff(t) + alpha_j**2*C_j(t) - 4*exp(-t)/(alpha_j**2*J0(alpha_j*c)), C_j(t)) doesn't catch undetermined_coefficients

2010-12-05 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Solvers New issue 2112 by asmeurer: classify_ode(C_j(t).diff(t) + alpha_j**2*C_j(t) - 4*exp(-t)/(alpha_j**2*J0(alpha_j*c)), C_j(t)) doesn't catch undetermined_coefficients http://code.google.com/p/sympy/issues/detail?id=211

Re: Issue 2110 in sympy: failing tests

2010-12-05 Thread sympy
Comment #4 on issue 2110 by Vinzent.Steinberg: failing tests http://code.google.com/p/sympy/issues/detail?id=2110 (The stacktrace with caching disabled, condensed.) Attachments: fail-nocache.log 4.7 KB -- You received this message because you are subscribed to the Google Groups "symp

Re: Issue 2110 in sympy: failing tests

2010-12-05 Thread sympy
Comment #3 on issue 2110 by Vinzent.Steinberg: failing tests http://code.google.com/p/sympy/issues/detail?id=2110 Well, it does not depend on caching, setting the ground types does not change anything either. I'll investigate when I'll find some time... -- You received this message because y

Re: Issue 2110 in sympy: failing tests

2010-12-05 Thread sympy
Comment #2 on issue 2110 by ondrej.certik: failing tests http://code.google.com/p/sympy/issues/detail?id=2110 I can't reproduce it either, but obviously, it's some annoying bug. Can you investigate why it is happening? -- You received this message because you are subscribed to the Google Gro

Re: Issue 1475 in sympy: New implementation of .eval in trigonometric functions, implementing sec, csc

2010-12-05 Thread sympy
Comment #5 on issue 1475 by asmeurer: New implementation of .eval in trigonometric functions, implementing sec, csc http://code.google.com/p/sympy/issues/detail?id=1475 Well, if no one else does it, I will have to eventually in order to make the trigonometric integration work correctly in r

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-12-05 Thread sympy
Comment #15 on issue 2041 by Vinzent.Steinberg: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 Acknowledged. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-i

Re: Issue 1475 in sympy: New implementation of .eval in trigonometric functions, implementing sec, csc

2010-12-05 Thread sympy
Comment #4 on issue 1475 by Vinzent.Steinberg: New implementation of .eval in trigonometric functions, implementing sec, csc http://code.google.com/p/sympy/issues/detail?id=1475 We'll see, I'm extremely short on time since I started to study physics. But occasionally I could use good trigon

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-12-05 Thread sympy
Comment #14 on issue 2041 by asmeurer: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 It looks like Python 2.7.1 has also inherited this problem. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Re: Issue 2110 in sympy: failing tests

2010-12-05 Thread sympy
Comment #1 on issue 2110 by asmeurer: failing tests http://code.google.com/p/sympy/issues/detail?id=2110 As I said on the mailing list, I can't reproduce this. Can you somehow see if it is similar to issue 1946 (that's the only thing that comes to mind)? Also, bisecting to a bad commit woul

Re: Issue 1181 in sympy: Advanced trigonometric simplification

2010-12-05 Thread sympy
Comment #3 on issue 1181 by asmeurer: Advanced trigonometric simplification http://code.google.com/p/sympy/issues/detail?id=1181 Maybe we should add a flag to trigsimp (not sure what it should be called) that just implements this simple simplification. This method can, I think, be very inef

Re: Issue 1475 in sympy: New implementation of .eval in trigonometric functions, implementing sec, csc

2010-12-05 Thread sympy
Comment #3 on issue 1475 by asmeurer: New implementation of .eval in trigonometric functions, implementing sec, csc http://code.google.com/p/sympy/issues/detail?id=1475 Cool. Do you plan on working on this? -- You received this message because you are subscribed to the Google Groups "sympy