I know that If I have 3 points I will have this center (I calculated this)
a=\left[\begin{matrix}x1^2+y1^2&y1&1\\x2^2+y2^2&y2&1\\x3^2+y3^2&y3&1\\\end{matrix}/ 2*\left[\begin{matrix}x1&y1&1\\x2&y2&1\\x3&+y3&1\\\end{matrix}\right] \right]
b=\left[\begin{matrix}x1&x1^2+y1^2&1\\x2&x2^2+y2^2&1\\x3&x3^2+y3^2&1\\\end{matrix}/ 2*\left[\begin{matrix}x1&y1&1\\x2&y2&1\\x3&+y3&1\\\end{matrix}\right] \right]
But I have no 3 point I have 100 points Now how will change this formula I think mtrice will be: a= \left[\begin{matrix}x1^2+y1^2&y1&1\\x2^2+y2^2&y2&1\\x3^2+y3^2&y3&1\\xn^2+yn^2&y&1\end{matrix}/ 2*\left[\begin{matrix}x1&y1&1\\x2&y2&1\\x3&+y3&1\\xn&yn&1\end{matrix}\right]\right]
and b=\left[\begin{matrix}x1&x1^2+y1^2&1\\x2&x2^2+y2^2&1\\x3&x3^2+y3^2&1\\xn&xn^2+yn^2&1\end{matrix}/ 2*\left[\begin{matrix}x1&y1&1\\x2&y2&1\\x3&+y3&1\\xn&yn&1\end{matrix}\right]\right]
/ 2*\left[\begin{matrix}x1&y1&1\\x2&y2&1\\x3&+y3&1\\xn&yn&1\end{matrix}\right]
Is it true ?? I apologise for my bad syntax but I dont know how I can matrices syntax and I looked advanced help but I dont find it