Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-07 Thread Aaron S. Meurer
On Jun 7, 2011, at 2:58 AM, Hector wrote: > > > On Tue, Jun 7, 2011 at 1:32 PM, Mateusz Paprocki wrote: > Hi, > > On 7 June 2011 09:57, Hector wrote: > > > On Tue, Jun 7, 2011 at 4:01 AM, Aaron Meurer wrote: > Yes, make a pull request (though I can already see problems with your > code, l

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-07 Thread Hector
On Tue, Jun 7, 2011 at 1:32 PM, Mateusz Paprocki wrote: > Hi, > > On 7 June 2011 09:57, Hector wrote: > >> >> >> On Tue, Jun 7, 2011 at 4:01 AM, Aaron Meurer wrote: >> >>> Yes, make a pull request (though I can already see problems with your >>> code, like whitespace errors and that you need to

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-07 Thread Mateusz Paprocki
Hi, On 7 June 2011 09:57, Hector wrote: > > > On Tue, Jun 7, 2011 at 4:01 AM, Aaron Meurer wrote: > >> Yes, make a pull request (though I can already see problems with your >> code, like whitespace errors and that you need to wrap the text in >> your docstrings). >> >> Aaron Meurer >> >> > I ma

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-07 Thread Hector
On Tue, Jun 7, 2011 at 4:01 AM, Aaron Meurer wrote: > Yes, make a pull request (though I can already see problems with your > code, like whitespace errors and that you need to wrap the text in > your docstrings). > > Aaron Meurer > > I made the pull request (#390) and I will be thankful if anyone

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-06 Thread Aaron Meurer
Yes, make a pull request (though I can already see problems with your code, like whitespace errors and that you need to wrap the text in your docstrings). Aaron Meurer On Mon, Jun 6, 2011 at 3:06 PM, Hector wrote: > > > On Tue, Jun 7, 2011 at 1:04 AM, Aaron S. Meurer wrote: >> >> On Jun 6, 2011

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-06 Thread Hector
On Tue, Jun 7, 2011 at 1:04 AM, Aaron S. Meurer wrote: > On Jun 6, 2011, at 10:44 AM, Hector wrote: > > > > On Tue, Mar 29, 2011 at 5:42 AM, Mateusz Paprocki wrote: > >> Hi, >> >> On 28 March 2011 16:40, Aaron S. Meurer wrote: >> >>> If this is implemented anywhere, it would be on the polys modu

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-06 Thread Aaron S. Meurer
On Jun 6, 2011, at 10:44 AM, Hector wrote: > > > On Tue, Mar 29, 2011 at 5:42 AM, Mateusz Paprocki wrote: > Hi, > > On 28 March 2011 16:40, Aaron S. Meurer wrote: > If this is implemented anywhere, it would be on the polys module. So I would > check there. I don't remember off the top of m

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-06-06 Thread Hector
On Tue, Mar 29, 2011 at 5:42 AM, Mateusz Paprocki wrote: > Hi, > > On 28 March 2011 16:40, Aaron S. Meurer wrote: > >> If this is implemented anywhere, it would be on the polys module. So I >> would check there. I don't remember off the top of my head right now if it >> has been implemented or

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-03-28 Thread Mateusz Paprocki
Hi, On 28 March 2011 16:40, Aaron S. Meurer wrote: > If this is implemented anywhere, it would be on the polys module. So I > would check there. I don't remember off the top of my head right now if it > has been implemented or not. > It's not implemented, but all necessary tools are in galois

Re: [sympy] Solving f(x) congruent to 0 mod (n)

2011-03-28 Thread Aaron S. Meurer
If this is implemented anywhere, it would be on the polys module. So I would check there. I don't remember off the top of my head right now if it has been implemented or not. Aaron Meurer On Mar 28, 2011, at 1:06 AM, Hector wrote: > Hello ppl, > > I was browsing the code and realized that s

[sympy] Solving f(x) congruent to 0 mod (n)

2011-03-28 Thread Hector
Hello ppl, I was browsing the code and realized that some of my earlier written codes can be implemented if they are already not present. So I started to dig more but couldn't find any function for solving f(x) congruent to 0 mod (n). Does any function exists in SymPy to solve this? If yes, where