Question: find intersection point of two straight line segement

1,There are four points a=[3,4], b=[-4,-16/3], c=[-1,1],
d=[8,-8]. Write a simple program to find the intersection point
of straight line segement ab and straignt line segement cd.
 

2, Write a procedure to convert a list L into a set S?

thank you

Please Wait...