I have two equations:
(x-6)^2 + (y-2)^2 = 6^2
(x-2)^2 + (y-2)^2 = 3^2
I subtracted the 2nd equation from the 1st and got the answer. However, I want to find x
and y
from the set of equations using any programming language. Can anybody help to get the source code for this?