Difference between revisions of "AreParallel Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}} {{command|logical}} {{warning|This GeoGebra command is heavily under construction. Expect to encounte...")
 
(IsTangent added)
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|logical}}
{{command|logical}}
+
;AreParallel(  <Line>, <Line> )
{{warning|This GeoGebra command is heavily under construction. Expect to encounter various problems when trying it out. The syntax or the output of this command may be subject to change.}}
+
:Decides if the lines are parallel.
;AreParallel[ <Line>, <Line> ]
+
Normally this command computes the result numerically. This behavior can be changed by using the [[Prove Command|Prove]] command.
 +
:{{example| 1=<code><nowiki>AreParallel(Line[(1, 2), (3, 4)), Line((5, 6),(7,8)))</nowiki></code> yields ''true'' since the given lines are parallel.}}
 +
{{Note| See also  [[AreCollinear Command|AreCollinear]], [[AreConcurrent Command|AreConcurrent]], [[AreCongruent Command|AreCongruent]], [[AreConcyclic Command|AreConcyclic]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[IsTangent Command|IsTangent]] commands.}}

Latest revision as of 21:32, 16 May 2018


AreParallel( <Line>, <Line> )
Decides if the lines are parallel.

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

Example: AreParallel(Line[(1, 2), (3, 4)), Line((5, 6),(7,8))) yields true since the given lines are parallel.
© 2024 International GeoGebra Institute