Difference between revisions of "AreCollinear Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(IsTangent added)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
:Decides if the points are collinear.
 
:Decides if the points are collinear.
 
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=<div><code><nowiki>AreCollinear[(1, 2), (3, 4), (5, 6)]</nowiki></code> yields ''true'' since all the three points lying on the same line.</div>}}
+
:{{example| 1=<code><nowiki>AreCollinear((1, 2), (3, 4), (5, 6))</nowiki></code> yields ''true'' since all the three points lying on the same line.}}
{{Note| See also [[AreConcurrent Command|AreConcurrent]], [[AreConcyclic Command|AreConcyclic]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[AreParallel Command|AreParallel]] commands.}}
+
{{Note| See also [[AreConcurrent Command|AreConcurrent]], [[AreConcyclic Command|AreConcyclic]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[AreParallel Command|AreParallel]], [[IsTangent Command|IsTangent]] commands.}}

Latest revision as of 21:36, 16 May 2018


AreCollinear( <Point>, <Point>, <Point> )
Decides if the points are collinear.

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

Example: AreCollinear((1, 2), (3, 4), (5, 6)) yields true since all the three points lying on the same line.
© 2024 International GeoGebra Institute