AI Prompt Line Circle Crossing Rev A1
AI Prompt: Calculate the intersection points of a line and a circle, where the line starts at x_s, y_s and ends at x_e, y_e, and the circle has a center at x_c, y_c with radius R. Also, provide a graph of the line and the circle, where values are x_s = 70, y_s = 80, x_e = 50, y_e = 120, x_c = 130, y_c = 60, R = 60.
-