On Wed, May 25, 2011 at 2:46 PM, Mateusz Paprocki <[email protected]> wrote:

> Hi,
>
> On 25 May 2011 10:43, Aaron S. Meurer <[email protected]> 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 [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.

Reply via email to