In what way can it not represent any ring? Aaron Meurer
On Fri, Mar 30, 2012 at 2:44 PM, Sergiu Ivanov <[email protected]> wrote: > Hello, > > In sympy/polys/domains/rings.py I can see defined the class Ring > which, according to the docstring, represents a ring domain. While it > does essentially represent *a* ring, it doesn't do so in general, > i.e., it cannot be used to represent *any* ring. I envision problems > when someone will like to implement "real" rings. Perhaps, this class > should be renamed to RingDomain? > > Thanks to Tom Bachmann for pointing the class out to me. > > Sergiu > > -- > 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. > -- 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.
