A cyclic polygon is a polygon with vertices upon which a circle $C_0$ can be circumscribed. (All vertices lie on circle $C_0$).
We are given the lengths of the cyclic polygon $\{L_1, L_2,..., L_n\}$. We need to find the coordinates of the vertices $\{(x_1, y_1), (x_2, y_2),...(x_n, y_n)\}$ such that the center of the circle $C_0$ is $(0, 0)$.
Example:
If lengths are $\{2,2,2,2\}$ then one of the possible locations of vertices is
$$ \sqrt2 \, (( -1,1), (-1,1),(1,1),(1,-1)) $$
EDIT1:
Is there Ruler & Compass method to determine its radius and locate the center ?