Hi Chris, On Apr 19, 3:48 pm, smichr <[email protected]> wrote: > > FF = sdp_from_dict(Poly(F, *gens, domain = 'QQ').as_dict(), O_lex) > > > or specify any option after the *gens without getting the above syntax > > error. > > > I am using Python 2.5. > > See Mateusz's 11:50 comment above. It's the same reason you ran into > problems with my branch. I have fixed my branch, however, so if you > want to give it a try again, that would be helpful.
I tried your 1766 branch with the first, second, and third polynomials from the OP and there was a giant improvement. Before it was eating too much RAM to even do that expansion on my office machine, and now it was just a few minutes and less than half a GB of RAM. Mateusz's ideas are better than my original ideas for solving this problem, but I hope your 1766 branch gets merged into the next SymPy. Ben -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
