Difference between revisions of "AreConcyclic Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
(IsTangent added)
 
Line 4: Line 4:
 
Normally this command computes the result numerically. This behavior can be changed by using the [[Prove Command|Prove]] command.
 
Normally this command computes the result numerically. This behavior can be changed by using the [[Prove Command|Prove]] command.
 
:{{example| 1=<code><nowiki>AreConcyclic((1, 2), (3, 4), (1, 4), (3, 2))</nowiki></code> yields ''true'' since the points are lying on the same circle.}}
 
:{{example| 1=<code><nowiki>AreConcyclic((1, 2), (3, 4), (1, 4), (3, 2))</nowiki></code> yields ''true'' since the points are lying on the same circle.}}
{{Note| See also [[AreCollinear Command|AreCollinear]], [[AreConcurrent Command|AreConcurrent]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[AreParallel Command|AreParallel]] commands.}}
+
{{Note| See also [[AreCollinear Command|AreCollinear]], [[AreConcurrent Command|AreConcurrent]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[AreParallel Command|AreParallel]], [[IsTangent Command|IsTangent]] commands.}}

Latest revision as of 21:38, 16 May 2018


AreConcyclic( <Point>, <Point>, <Point>, <Point> )
Decides if the points are concyclic.

Normally this command computes the result numerically. This behavior can be changed by using the Prove command.

Example: AreConcyclic((1, 2), (3, 4), (1, 4), (3, 2)) yields true since the points are lying on the same circle.
© 2024 International GeoGebra Institute