geometry
radius
compute the radius of a given circle
Calling Sequence
Parameters
Description
Examples
radius(c)
c
-
circle
The routine returns the radius of the given circle c.
The command with(geometry,radius) allows the use of the abbreviated form of this command.
with⁡geometry:
circle⁡ABC,point⁡A,0,0,point⁡B,2,0,point⁡C,1,3:
circle⁡c,x2+y2=9,x,y:
radius⁡ABC
25⁢99
radius⁡c
9
See Also
geometry[center]
geometry[circle]
Download Help Document