Previous Up Next

26.5.12  Center of a circle in the plane

The center command finds the center of a circle.

Example

cr:=circle(point(1+i),2/3); C:=center(cr)

Previous Up Next