Hi all,I do as follow: from sympy import *from sympy.geometry import *x = Point(0, 0)c=Circle(x,10)s=Segment(Point(0,-20),Point(0,20))s.intersection(c) and I get >>>raise NotImplementedError()Is the intersection between circle and segment not implemented ?or my sympy installation are quite old? Thanks in advanceMatteo
-- 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.
