Question: You are given a circle with radius 5 centered at x =1, y = 2. You want to calculate the intersection of some lines with
You are given a circle with radius 5 centered at x =1, y = 2.
You want to calculate the intersection of some lines with that circle. Write a script to find the x and y coordinates of both points of intersection. You should test this code at least with these lines:
y = 2x - 1
y = -2x - 10
y = X + 5.9054
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
