geometry
center
find the center of a circle, an ellipse, or a hyperbola
Calling Sequence
Parameters
Description
Examples
center(cn, c)
cn
-
(optional) name
c
circle, ellipse, or hyperbola
The routine returns the name of the center of the given circle, ellipse or hyperbola c
The center cn of an ellipse or a hyperbola c is the midpoint of the line segment joining the foci.
If the first optional argument cn is given, the name of the center c becomes cn
Use coordinates or detail for more details on the center.
The command with(geometry,center) allows the use of the abbreviated form of this command.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
circle⁡c,x−32+y−12=4
center⁡c
center_c
coordinates⁡center⁡o,c
3,1
o
detail⁡c
name of the objectcform of the objectcircle2dname of the centerocoordinates of the center3,1radius of the circle4equation of the circlex2+y2−6⁢x−2⁢y+6=0
See Also
geometry[circle]
geometry[ellipse]
geometry[HorizontalName]
geometry[hyperbola]
geometry[VerticalName]
Download Help Document