Difference between revisions of "AreConcurrent Command"

From GeoGebra Manual
Jump to: navigation, search
m (typo)
(Creation)
Line 3: Line 3:
 
{{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.}}
 
{{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.}}
 
;AreConcurrent[  <Line>, <Line>, <Line> ]
 
;AreConcurrent[  <Line>, <Line>, <Line> ]
 +
:Decides if the lines are concurrent.
 +
Normally this command computes the result numerically. This behavior can be changed by using the [[Prove Command|Prove]] command.
 +
{{example| 1=<div><code><nowiki>AreConcurrent[Line[(1, 2), (3, 4)], Line[(1, 2), (3, 5)], Line[(1, 2), (3, 6)]]</nowiki></code> yields true since all three lines contain the point (1,2).</div>}}
 +
{{Note| See also [[AreCollinear Command|AreCollinear]], [[AreConcyclic Command|AreConcyclic]], [[AreEqual Command|AreEqual]], [[ArePerpendicular Command|ArePerpendicular]], [[AreParallel Command|AreParallel]] commands.}}

Revision as of 16:38, 31 October 2012


Warning 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.
AreConcurrent[ <Line>, <Line>, <Line> ]
Decides if the lines are concurrent.

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

Example:
AreConcurrent[Line[(1, 2), (3, 4)], Line[(1, 2), (3, 5)], Line[(1, 2), (3, 6)]] yields true since all three lines contain the point (1,2).
© 2024 International GeoGebra Institute