Difference between revisions of "Radius"
m |
|||
Line 3: | Line 3: | ||
The '''radius''' of a [[circle]] is the distance from the center to any point on the circle. Identical definitions hold for the [[sphere]] and [[hypersphere]]. The plural form of radius is radii. | The '''radius''' of a [[circle]] is the distance from the center to any point on the circle. Identical definitions hold for the [[sphere]] and [[hypersphere]]. The plural form of radius is radii. | ||
− | <asy>size( | + | <asy>size(150); |
pair O=origin, P=dir(30); | pair O=origin, P=dir(30); | ||
D(unitcircle); | D(unitcircle); |
Revision as of 21:08, 4 February 2019
This article is a stub. Help us out by expanding it.
The radius of a circle is the distance from the center to any point on the circle. Identical definitions hold for the sphere and hypersphere. The plural form of radius is radii.