Difference between revisions of "ArePerpendicular Command"

From GeoGebra Manual
Jump to: navigation, search
(add AreCongruent)
(IsTangent added)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|logical}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|logical}}
;ArePerpendicular[ <Line>, <Line> ]
+
;ArePerpendicular( <Line>, <Line> )
 
:Decides if the lines are perpendicular.
 
:Decides if the lines are perpendicular.
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>ArePerpendicular[Line[(-1, 0), (0, -1)], Line[(0, 0),(2,2)]]</nowiki></code> yields ''true'' since the given lines are perpendicular.</div>}}
+
:{{example| 1=<code><nowiki>ArePerpendicular(Line((-1, 0), (0, -1)), Line((0, 0),(2,2)))</nowiki></code> yields ''true'' since the given lines are perpendicular.}}
{{Note| See also  [[AreCollinear Command|AreCollinear]], [[AreConcurrent Command|AreConcurrent]], [[AreConcyclic Command|AreConcyclic]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[AreParallel Command|AreParallel]] commands.}}
+
{{Note| See also  [[AreCollinear Command|AreCollinear]], [[AreConcurrent Command|AreConcurrent]], [[AreConcyclic Command|AreConcyclic]], [[AreCongruent Command|AreCongruent]], [[AreEqual Command|AreEqual]], [[AreParallel Command|AreParallel]], [[IsTangent Command|IsTangent]] commands.}}

Latest revision as of 21:41, 16 May 2018


ArePerpendicular( <Line>, <Line> )
Decides if the lines are perpendicular.
Normally this command computes the result numerically. This behavior can be changed by using the Prove command.
Example: ArePerpendicular(Line((-1, 0), (0, -1)), Line((0, 0),(2,2))) yields true since the given lines are perpendicular.
© 2024 International GeoGebra Institute