Difference between revisions of "Perimeter Command"

From GeoGebra Manual
Jump to: navigation, search
(added v4 - needs descriptions)
(command syntax: changed [ ] into ( ))
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
+
; Perimeter( <Polygon> ): Returns the perimeter of the polygon.
; Perimeter[Polygon]: Returns the perimeter of the polygon.
+
:{{example|1=<code><nowiki>Perimeter(Polygon((1, 2), (3, 2), (4, 3)))</nowiki></code> yields ''6.58''.}}
; Perimeter[Conic]:  {{description}}
+
; Perimeter( <Conic> )If the given conic is a circle or ellipse, this command returns its perimeter. Otherwise the result is undefined.
; Perimeter[Locus]{{description}}
+
:{{example|1=<code><nowiki>Perimeter(x^2 + 2y^2 = 1)</nowiki></code> yields ''5.4''.}}
 +
:{{note|See also [[Circumference Command|Circumference]] command.}}
 +
; Perimeter( <Locus> )If the given locus is finite, this command returns its approximate perimeter. Otherwise the result is undefined.

Latest revision as of 10:30, 11 October 2017


Perimeter( <Polygon> )
Returns the perimeter of the polygon.
Example: Perimeter(Polygon((1, 2), (3, 2), (4, 3))) yields 6.58.
Perimeter( <Conic> )
If the given conic is a circle or ellipse, this command returns its perimeter. Otherwise the result is undefined.
Example: Perimeter(x^2 + 2y^2 = 1) yields 5.4.
Note: See also Circumference command.
Perimeter( <Locus> )
If the given locus is finite, this command returns its approximate perimeter. Otherwise the result is undefined.
© 2024 International GeoGebra Institute