[sympy] os invariant?

2011-05-22 Thread smichr
Will list(e.free_symbols) be OS independent? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more option

Re: [sympy] os invariant?

2011-05-22 Thread Mateusz Paprocki
Hi, On 23 May 2011 05:18, smichr wrote: > Will list(e.free_symbols) be OS independent? > .free_symbols is implemented using sets so it is platform (hash) dependent (I mean order of elements). > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. >

Re: [sympy] os invariant?

2011-05-22 Thread Renato Coutinho
On Mon, May 23, 2011 at 12:28 AM, Mateusz Paprocki wrote: > Hi, > > On 23 May 2011 05:18, smichr wrote: >> >> Will list(e.free_symbols) be OS independent? > > .free_symbols is implemented using sets so it is platform (hash) dependent > (I mean order of elements). But sets don't have any ordering

Re: [sympy] os invariant?

2011-05-23 Thread Aaron S. Meurer
On May 22, 2011, at 9:31 PM, Renato Coutinho wrote: > On Mon, May 23, 2011 at 12:28 AM, Mateusz Paprocki wrote: >> Hi, >> >> On 23 May 2011 05:18, smichr wrote: >>> >>> Will list(e.free_symbols) be OS independent? >> >> .free_symbols is implemented using sets so it is platform (hash) dependen

Re: [sympy] os invariant?

2011-05-23 Thread Chris Smith
Aaron S. Meurer wrote: >> On May 22, 2011, at 9:31 PM, Renato Coutinho wrote: >> >>> On Mon, May 23, 2011 at 12:28 AM, Mateusz Paprocki >>> wrote: Hi, On 23 May 2011 05:18, smichr wrote: > > Will list(e.free_symbols) be OS independent? .free_symbols is implem

Re: [sympy] os invariant?

2011-05-23 Thread Aaron S. Meurer
On May 23, 2011, at 12:40 PM, Chris Smith wrote: > Aaron S. Meurer wrote: >>> On May 22, 2011, at 9:31 PM, Renato Coutinho wrote: >>> On Mon, May 23, 2011 at 12:28 AM, Mateusz Paprocki wrote: > Hi, > > On 23 May 2011 05:18, smichr wrote: >> >> Will list(e.free_

Re: [sympy] os invariant?

2011-05-23 Thread Mateusz Paprocki
Hi, On 23 May 2011 20:46, Aaron S. Meurer wrote: > > On May 23, 2011, at 12:40 PM, Chris Smith wrote: > > > Aaron S. Meurer wrote: > >>> On May 22, 2011, at 9:31 PM, Renato Coutinho wrote: > >>> > On Mon, May 23, 2011 at 12:28 AM, Mateusz Paprocki > wrote: > > Hi, > > > >

Re: [sympy] os invariant?

2011-05-23 Thread Aaron S. Meurer
On May 23, 2011, at 12:49 PM, Mateusz Paprocki wrote: > Hi, > > On 23 May 2011 20:46, Aaron S. Meurer wrote: > > On May 23, 2011, at 12:40 PM, Chris Smith wrote: > > > Aaron S. Meurer wrote: > >>> On May 22, 2011, at 9:31 PM, Renato Coutinho wrote: > >>> > On Mon, May 23, 2011 at 12:28 A

Re: [sympy] os invariant?

2011-05-23 Thread Mateusz Paprocki
Hi, On 23 May 2011 20:50, Aaron S. Meurer wrote: > > On May 23, 2011, at 12:49 PM, Mateusz Paprocki wrote: > > Hi, > > On 23 May 2011 20:46, Aaron S. Meurer wrote: > >> >> On May 23, 2011, at 12:40 PM, Chris Smith wrote: >> >> > Aaron S. Meurer wrote: >> >>> On May 22, 2011, at 9:31 PM, Renato