Re: [sympy] Mul._eval_subs broken in a number of ways

2012-05-13 Thread Sergiu Ivanov
On Sun, May 13, 2012 at 6:34 AM, Andreas Klöckner wrote: > > (Before I start--one question: Google Code bug tracker or Github bug > tracker--which is the right one?) SymPy Issues are generally managed on the Google Code bug tracker (from what I know). Sergiu -- You received this message becaus

Re: [sympy] Re: how do i solve for an unknown variable without transposing.

2012-05-13 Thread phneoix
how do i raise an exception if certain equation is unsolvable (maybe due to lack of sufficient data) thanks.. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/nfJCm

[sympy] Re: Mul._eval_subs broken in a number of ways

2012-05-13 Thread Andreas Klöckner
On Saturday, May 12, 2012 11:34:34 PM UTC-4, Andreas Klöckner wrote: > > Any help would be much appreciated. > For reference, there seem to be a few more bugs affecting CSE in the presence of complex numbers. I'll post more when I've got them tracked down. Andreas -- You received this message

Re: [sympy] Re: how do i solve for an unknown variable without transposing.

2012-05-13 Thread Chris Smith
On Sun, May 13, 2012 at 9:57 PM, phneoix wrote: > how do i raise an exception if certain equation is unsolvable (maybe due to > lack of sufficient data) > I think it already raises an error in such cases. Can you give a specific example? Otherwise, you can raise an error. Something like rai