Yeah, thats a different issue but earlier problem was in match. Now I edited the code so that it take modified match of transformed equation and then solve the equation. Please have a look at the PR. Also there is coming assertion error in "test_2nd_power_series_regular" in two equations. I have not changed anything in that. But when I remove those two equation all tests passes.
I checked answer for those two its correctly written in assert. I dont know why its failing. Should I do any changes in that failing test case? On Saturday, March 22, 2014 5:14:01 AM UTC+5:30, Aaron Meurer wrote: > > This is a known issue. We need to add better handling for the complex > case, so that it just outputs complex exponentials, rather than some > complicated expression in terms of re and im. > > Aaron Meurer > > On Fri, Mar 21, 2014 at 10:18 AM, Kundan Kumar > <[email protected] <javascript:>> wrote: > > Ondrej, > > Thanks, I will so that. I added match for above mentioned problem and > now it > > is able to solve all those equations which are after transformation > solvable > > by undetermined coefficients. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sympy. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/sympy/d796cf81-1cb1-4381-9d89-a2494817b80f%40googlegroups.com. > > > > > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/b9b3fa5e-b95e-4bc0-947c-b8f9158346fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
