Question: python programming Problem Write a program that prompts the user for an equation of a line and a circle and calculates the point(s) of intersection
python programming
Problem Write a program that prompts the user for an equation of a line and a circle and calculates the point(s) of intersection between the two. If the two do not intersect, return The two do not intersect. Be careful of the case where the discriminant is negative-try-except is handy here. [Hint: First calculate the points on paper by setting the general equations of a line and of a circle equal and solve for x.]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
