Question: must be done in python 2. (Geometry: intersecting point) Two points on line 1 are given as (xl, y1) and (x2, y2) and on line

must be done in python
2. (Geometry: intersecting point) Two points on line 1 are given as (xl, y1) and (x2, y2) and on line 2 as (x3, y3) and (x4, y4), as shown in the Figure below: (x2, y2) (x2, y2) (x2.y2) (x3, y3) (x3, y3) (x3, y3) (x4, y4) (xl,yl) (rl,y) (r4, y4) (xl, yl) (x4,y4) The intersecting point of the two lines can be found by solving the following lin ear equation This linear equation can be solved using Cramer's rule ed - bf ad - bc af ec ad bc ar + = If the equation has no solutions, the two lines are parallel (Figure above-c). Write a program that prompts the user to enter four points and displays the intersecting point
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
