A similar question has been asked before on this site but that was of getting equation of circle using 3 points.
I want my center to be more accurate So my question is how can i get the center of the circle using 30 coordinates on its circumference. Please help me to know how can i get it.
A circle centered at $(h,k)$ of radius $r$ has equation $(x-h)^2+(y-k)^2=r^2.$ So you can expand this equation and use your thirty points along with least squares to do it.