DefineCircleEQ

DefineCircleEQ[p1, p2, p3, {o1, o2}]
Function returns two linear equation that determines the center point {o1,o2} of the circle defined by the p1,p2 and p3 planar points.
Load LinkageDesigner package
In[1]:=
Click for copyable input
Define three planar points
In[2]:=
Click for copyable input
Define the equation that determines the center of the circle
In[3]:=
Click for copyable input
Out[3]=
Solve the generated equation to obtain the center of the circle
In[4]:=
Click for copyable input
Out[4]=
Calculate the radius of the circle
In[5]:=
Click for copyable input
Out[5]=
Display the three points , the circle and the center of the circle
In[6]:=
Click for copyable input
Out[6]=