1

EDITED

In the Find intersection of pairs of straight lines problem, it is assumed that line are intersected by default and the purpose is to find the intersection points. In the present problem, two lines are completely separated as bellows:

enter image description here

The coordinates of the lines are :

Line1={{0,0},{1,1}};
Line2={{7,0},{5,3}};

How is it possible to calculate the coordinates of the intersection point of these two lines and plot it?

Thank you in advance.

Shellp
  • 523
  • 3
  • 13

0 Answers0