Dear all,

Firstly I am using sage 4.6 on a ubunut machine.

I have 2 ideals over the complex field and I would like to take their
intersection. If I try and use the intersection method on one of the
ideals i get an error message from singular stating the following type
error:

TypeError: Cannot call Singular function 'intersect' with ring
parameter of type '<class
'sage.rings.polynomial.multi_polynomial_ring.MPolynomialRing_polydict_domain'>'


This was generated by the code:
R.<x,y> = PolynomialRing(CC, 2)
I = x*R
J = y*R
I.intersection(J)


The documentation doesnt say anything about not being able to take
intersections over the complex field.

Am I doing something wrong? Would anyone suggest a better way of doing
this computation?

Thank you for any comments.

Robert Goss

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to