On Wed, May 25, 2011 at 2:46 PM, Mateusz Paprocki <matt...@gmail.com> wrote:

> Hi,
>
> On 25 May 2011 10:43, Aaron S. Meurer <asmeu...@gmail.com> wrote:
>
>> What happens if you make it use an algebraic domain, i.e., set
>> extension=True?
>>
>
Same result, two different domains.

    >>> for p in
[p1.as_poly(x,y,extension=True),p2.as_poly(x,y,extension=True)]:
    ...   print p.domain
    ...
    ZZ[x]
    EX

-- 
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 options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to