Difference between revisions of "Circumference Command"

From GeoGebra Manual
Jump to: navigation, search
m (added examples)
m
Line 4: Line 4:
 
; Circumference[Conic]: If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
 
; Circumference[Conic]: If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
 
:{{example|1=<div><code><nowiki>Circumference[x^2 + 2y^2 = 1]</nowiki></code> yields ''5.4''.</div>}}
 
:{{example|1=<div><code><nowiki>Circumference[x^2 + 2y^2 = 1]</nowiki></code> yields ''5.4''.</div>}}
 +
; Circumference[<Locus>]: If the given locus is finite, then the command calculates the circumference approximately. Otherwise the result is not defined.

Revision as of 10:02, 17 August 2015


Circumference[Polygon]
Returns the circumference of a Polygon.
Example:
Circumference[Polygon[(1, 2), (3, 2), (4, 3)]] yields 6.58.
Circumference[Conic]
If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
Example:
Circumference[x^2 + 2y^2 = 1] yields 5.4.
Circumference[<Locus>]
If the given locus is finite, then the command calculates the circumference approximately. Otherwise the result is not defined.
© 2024 International GeoGebra Institute