[sympy] Re: RAM, stack, and polynomial manipulation

2010-04-17 Thread Mateusz Paprocki
Hi, On Fri, Apr 16, 2010 at 08:09:28PM -0700, Ben Goodrich wrote: Hi Mateusz, On Apr 16, 6:43 pm, Mateusz Paprocki matt...@gmail.com wrote: This is all correct, because you are using top-level quo() function with FGH, which is a low-level polynomial representation. Ah, now I

Re: [sympy] Prime Field Implementation

2010-04-17 Thread Aaron S. Meurer
This patch is not applying for me. Can you squash all of your patches into one commit (use git rebase -i master)? Also, things would be easier if you pushed up to a github repository. Now that it works, I can comment on the actual code. In [2]: a = PrimeField(5) In [4]: a.elements() Out[4]: